Html Css Color HEX #B42914 Fire Brick

📋 copy color: '#B42914'

red 180 ◦ green 41 ◦ blue 20

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

Shades of Fire Brick #B42914

Tints of Fire Brick #B42914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 74.69%
G = 17.01%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42914 (or 0xB42914) is known color: Fire Brick. HEX triplet: B4, 29 and 14. RGB value is (180,41,20). Sum of RGB (Red+Green+Blue) = 180+41+20=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B42914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42914 is #4BD6EB. Grayscale: #505050. Windows color (decimal): -4970220 or 1321396. OLE color: 1321396.

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

Color convert

RGB 180 41 20 -
CMYK 0 0.77 0.89 0.29
HSL 7.88º 0.8% 0.39% -
HSV(B) 7.88º 0.89% 0.71% -
XYZ 19.74 11.34 1.81 -
YUV 80.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 180 41 20 0 0.77 0.89 0.29 7.88 0.8 0.39
Hex B4 29 14 0 4D 59 1D 8 50 27
Octal 264 51 24 0 115 131 35 10 120 47
Binary 10110100 101001 10100 0 1001101 1011001 11101 1000 1010000 100111

Color Harmonies of #B42914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42914

Black with #B42914

Text Example


Text Example

White with #B42914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42914; }

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

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

background-color css

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

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

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

border-color css

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

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

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