Html Css Color HEX #B41C12 Fire Brick

📋 copy color: '#B41C12'

red 180 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #B41C12

Tints of Fire Brick #B41C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

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

R = 79.65%
G = 12.39%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B41C12 (or 0xB41C12) is known color: Fire Brick. HEX triplet: B4, 1C and 12. RGB value is (180,28,18). Sum of RGB (Red+Green+Blue) = 180+28+18=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41C12 is #4BE3ED. Grayscale: #484848. Windows color (decimal): -4973550 or 1186996. OLE color: 1186996.

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

Color convert

RGB 180 28 18 -
CMYK 0 0.84 0.9 0.29
HSL 3.7º 0.82% 0.39% -
HSV(B) 3.7º 0.9% 0.71% -
XYZ 19.35 10.58 1.59 -
YUV 72.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 180 28 18 0 0.84 0.9 0.29 3.7 0.82 0.39
Hex B4 1C 12 0 54 5A 1D 4 52 27
Octal 264 34 22 0 124 132 35 4 122 47
Binary 10110100 11100 10010 0 1010100 1011010 11101 100 1010010 100111

Color Harmonies of #B41C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C12

Black with #B41C12

Text Example


Text Example

White with #B41C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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