Html Css Color HEX #B62214 Fire Brick

📋 copy color: '#B62214'

red 182 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #B62214

Tints of Fire Brick #B62214

RGB

 RED value IS 182 (71.48% from 255) = 77.12%

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 77.12%
G = 14.41%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B62214 (or 0xB62214) is known color: Fire Brick. HEX triplet: B6, 22 and 14. RGB value is (182,34,20). Sum of RGB (Red+Green+Blue) = 182+34+20=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B62214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62214 is #49DDEB. Grayscale: #4C4C4C. Windows color (decimal): -4840940 or 1319606. OLE color: 1319606.

HSL color Cylindrical-coordinate representation of color #B62214: hue angle of 5.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B62214 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 34 20 -
CMYK 0 0.81 0.89 0.29
HSL 5.19º 0.8% 0.4% -
HSV(B) 5.19º 0.89% 0.71% -
XYZ 19.99 11.14 1.76 -
YUV 76.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 182 34 20 0 0.81 0.89 0.29 5.19 0.8 0.4
Hex B6 22 14 0 51 59 1D 5 50 28
Octal 266 42 24 0 121 131 35 5 120 50
Binary 10110110 100010 10100 0 1010001 1011001 11101 101 1010000 101000

Color Harmonies of #B62214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62214

Black with #B62214

Text Example


Text Example

White with #B62214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62214; }

 p { color: rgb(182,34,20); }

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

background-color css

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

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

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

border-color css

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

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

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