Html Css Color HEX #B42814 Fire Brick

📋 copy color: '#B42814'

red 180 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #B42814

Tints of Fire Brick #B42814

RGB

 RED value IS 180 (70.7% from 255) = 75%

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

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

R = 75%
G = 16.67%
B = 8.33%

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

#B42814 (or 0xB42814) is known color: Fire Brick. HEX triplet: B4, 28 and 14. RGB value is (180,40,20). Sum of RGB (Red+Green+Blue) = 180+40+20=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B42814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42814 is #4BD7EB. Grayscale: #4F4F4F. Windows color (decimal): -4970476 or 1321140. OLE color: 1321140.

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

Color convert

RGB 180 40 20 -
CMYK 0 0.78 0.89 0.29
HSL 7.5º 0.8% 0.39% -
HSV(B) 7.5º 0.89% 0.71% -
XYZ 19.71 11.27 1.8 -
YUV 79.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 180 40 20 0 0.78 0.89 0.29 7.5 0.8 0.39
Hex B4 28 14 0 4E 59 1D 8 50 27
Octal 264 50 24 0 116 131 35 10 120 47
Binary 10110100 101000 10100 0 1001110 1011001 11101 1000 1010000 100111

Color Harmonies of #B42814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42814

Black with #B42814

Text Example


Text Example

White with #B42814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42814; }

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

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

background-color css

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

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

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

border-color css

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

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

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