Html Css Color HEX #B41A12 Fire Brick

📋 copy color: '#B41A12'

red 180 ◦ green 26 ◦ blue 18

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

Shades of Fire Brick #B41A12

Tints of Fire Brick #B41A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.61%

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 80.36%
G = 11.61%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B41A12 (or 0xB41A12) is known color: Fire Brick. HEX triplet: B4, 1A and 12. RGB value is (180,26,18). Sum of RGB (Red+Green+Blue) = 180+26+18=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A12 is #4BE5ED. Grayscale: #474747. Windows color (decimal): -4974062 or 1186484. OLE color: 1186484.

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

Color convert

RGB 180 26 18 -
CMYK 0 0.86 0.9 0.29
HSL 2.96º 0.82% 0.39% -
HSV(B) 2.96º 0.9% 0.71% -
XYZ 19.3 10.49 1.58 -
YUV 71.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 180 26 18 0 0.86 0.9 0.29 2.96 0.82 0.39
Hex B4 1A 12 0 56 5A 1D 3 52 27
Octal 264 32 22 0 126 132 35 3 122 47
Binary 10110100 11010 10010 0 1010110 1011010 11101 11 1010010 100111

Color Harmonies of #B41A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A12

Black with #B41A12

Text Example


Text Example

White with #B41A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A12; }

 p { color: rgb(180,26,18); }

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

background-color css

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

 a { background-color: rgb(180,26,18); }

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

border-color css

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

 span { border-color: rgb(180,26,18); }

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