Html Css Color HEX #B42512 Fire Brick

📋 copy color: '#B42512'

red 180 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #B42512

Tints of Fire Brick #B42512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 76.6%
G = 15.74%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B42512 (or 0xB42512) is known color: Fire Brick. HEX triplet: B4, 25 and 12. RGB value is (180,37,18). Sum of RGB (Red+Green+Blue) = 180+37+18=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B42512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42512 is #4BDAED. Grayscale: #4D4D4D. Windows color (decimal): -4971246 or 1189300. OLE color: 1189300.

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

Color convert

RGB 180 37 18 -
CMYK 0 0.79 0.9 0.29
HSL 7.04º 0.82% 0.39% -
HSV(B) 7.04º 0.9% 0.71% -
XYZ 19.59 11.07 1.68 -
YUV 77.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 180 37 18 0 0.79 0.9 0.29 7.04 0.82 0.39
Hex B4 25 12 0 4F 5A 1D 7 52 27
Octal 264 45 22 0 117 132 35 7 122 47
Binary 10110100 100101 10010 0 1001111 1011010 11101 111 1010010 100111

Color Harmonies of #B42512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42512

Black with #B42512

Text Example


Text Example

White with #B42512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42512; }

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

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

background-color css

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

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

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

border-color css

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

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

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