Html Css Color HEX #B22222 Firebrick

📋 copy color: '#B22222'

red 178 ◦ green 34 ◦ blue 34

#B22222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firebrick #B22222

Tints of Firebrick #B22222

RGB

 RED value IS 178 (69.92% from 255) = 72.36%

 GREEN value IS 34 (13.67% from 255) = 13.82%

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 72.36%
G = 13.82%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B22222 (or 0xB22222) is known color: Firebrick. HEX triplet: B2, 22 and 22. RGB value is (178,34,34). Sum of RGB (Red+Green+Blue) = 178+34+34=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B22222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22222 is #4DDDDD. Grayscale: #4D4D4D. Windows color (decimal): -5103070 or 2237106. OLE color: 2237106.

HSL color Cylindrical-coordinate representation of color #B22222: hue angle of 0º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22222 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 34 34 -
CMYK 0 0.81 0.81 0.30
HSL 0.68% 0.42% -
HSV(B) 0.81% 0.7% -
XYZ 19.22 10.72 2.57 -
YUV 77.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 178 34 34 0 0.81 0.81 0.30 0 0.68 0.42
Hex B2 22 22 0 51 51 1E 0 44 2A
Octal 262 42 42 0 121 121 36 0 104 52
Binary 10110010 100010 100010 0 1010001 1010001 11110 0 1000100 101010

Color Harmonies of #B22222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22222

Black with #B22222

Text Example


Text Example

White with #B22222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22222; }

 p { color: rgb(178,34,34); }

 H1.HeaderClassName
 {
   color: #B22222;
 }
 .AnyTagClassName
 {
   color: #B22222;
 }
</style>

background-color css

<style>
 a { background-color: #B22222; }

 a { background-color: rgb(178,34,34); }

 div.DivClassName
 {
   background-color: #B22222;
 }
 .BgClassName
 {
   background-color: #B22222;
 }
</style>

border-color css

<style>
 span { border-color: #B22222; }

 span { border-color: rgb(178,34,34); }

 td.TdClassName
 {
   border-color: #B22222;
 }
 .TagClassName
 {
   border-color: #B22222;
 }
</style>