Html Css Color HEX #B62814 Fire Brick

📋 copy color: '#B62814'

red 182 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #B62814

Tints of Fire Brick #B62814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 75.21%
G = 16.53%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B62814 (or 0xB62814) is known color: Fire Brick. HEX triplet: B6, 28 and 14. RGB value is (182,40,20). Sum of RGB (Red+Green+Blue) = 182+40+20=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B62814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62814 is #49D7EB. Grayscale: #505050. Windows color (decimal): -4839404 or 1321142. OLE color: 1321142.

HSL color Cylindrical-coordinate representation of color #B62814: hue angle of 7.41º 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 #B62814 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 20 -
CMYK 0 0.78 0.89 0.29
HSL 7.41º 0.8% 0.4% -
HSV(B) 7.41º 0.89% 0.71% -
XYZ 20.18 11.51 1.82 -
YUV 80.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 182 40 20 0 0.78 0.89 0.29 7.41 0.8 0.4
Hex B6 28 14 0 4E 59 1D 7 50 28
Octal 266 50 24 0 116 131 35 7 120 50
Binary 10110110 101000 10100 0 1001110 1011001 11101 111 1010000 101000

Color Harmonies of #B62814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62814

Black with #B62814

Text Example


Text Example

White with #B62814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62814; }

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

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

background-color css

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

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

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

border-color css

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

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

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