Html Css Color HEX #B41A08 Fire Brick

📋 copy color: '#B41A08'

red 180 ◦ green 26 ◦ blue 8

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

Shades of Fire Brick #B41A08

Tints of Fire Brick #B41A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 84.11%
G = 12.15%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B41A08 (or 0xB41A08) is known color: Fire Brick. HEX triplet: B4, 1A and 08. RGB value is (180,26,8). Sum of RGB (Red+Green+Blue) = 180+26+8=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A08 is #4BE5F7. Grayscale: #464646. Windows color (decimal): -4974072 or 531124. OLE color: 531124.

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

Color convert

RGB 180 26 8 -
CMYK 0 0.86 0.96 0.29
HSL 6.28º 0.91% 0.37% -
HSV(B) 6.28º 0.96% 0.71% -
XYZ 19.24 10.46 1.23 -
YUV 69.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 180 26 8 0 0.86 0.96 0.29 6.28 0.91 0.37
Hex B4 1A 8 0 56 60 1D 6 5B 25
Octal 264 32 10 0 126 140 35 6 133 45
Binary 10110100 11010 1000 0 1010110 1100000 11101 110 1011011 100101

Color Harmonies of #B41A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A08

Black with #B41A08

Text Example


Text Example

White with #B41A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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