Html Css Color HEX #B31212 Fire Brick

📋 copy color: '#B31212'

red 179 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #B31212

Tints of Fire Brick #B31212

RGB

 RED value IS 179 (70.31% from 255) = 83.26%

 GREEN value IS 18 (7.42% from 255) = 8.37%

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

R = 83.26%
G = 8.37%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B31212 (or 0xB31212) is known color: Fire Brick. HEX triplet: B3, 12 and 12. RGB value is (179,18,18). Sum of RGB (Red+Green+Blue) = 179+18+18=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B31212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31212 is #4CEDED. Grayscale: #424242. Windows color (decimal): -5041646 or 1184435. OLE color: 1184435.

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

Color convert

RGB 179 18 18 -
CMYK 0 0.90 0.90 0.30
HSL 0.82% 0.39% -
HSV(B) 0.9% 0.7% -
XYZ 18.92 10.06 1.52 -
YUV 66.14 100.84 208.5 -
System Red Green Blue C M Y K H S L
Decimal 179 18 18 0 0.90 0.90 0.30 0 0.82 0.39
Hex B3 12 12 0 5A 5A 1E 0 52 27
Octal 263 22 22 0 132 132 36 0 122 47
Binary 10110011 10010 10010 0 1011010 1011010 11110 0 1010010 100111

Color Harmonies of #B31212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31212

Black with #B31212

Text Example


Text Example

White with #B31212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31212; }

 p { color: rgb(179,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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