Html Css Color HEX #B31C08 Fire Brick

📋 copy color: '#B31C08'

red 179 ◦ green 28 ◦ blue 8

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

Shades of Fire Brick #B31C08

Tints of Fire Brick #B31C08

RGB

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

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

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

R = 83.26%
G = 13.02%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B31C08 (or 0xB31C08) is known color: Fire Brick. HEX triplet: B3, 1C and 08. RGB value is (179,28,8). Sum of RGB (Red+Green+Blue) = 179+28+8=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C08 is #4CE3F7. Grayscale: #474747. Windows color (decimal): -5039096 or 531635. OLE color: 531635.

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

Color convert

RGB 179 28 8 -
CMYK 0 0.84 0.96 0.30
HSL 7.02º 0.91% 0.37% -
HSV(B) 7.02º 0.96% 0.7% -
XYZ 19.05 10.43 1.24 -
YUV 70.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 179 28 8 0 0.84 0.96 0.30 7.02 0.91 0.37
Hex B3 1C 8 0 54 60 1E 7 5B 25
Octal 263 34 10 0 124 140 36 7 133 45
Binary 10110011 11100 1000 0 1010100 1100000 11110 111 1011011 100101

Color Harmonies of #B31C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C08

Black with #B31C08

Text Example


Text Example

White with #B31C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C08; }

 p { color: rgb(179,28,8); }

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

background-color css

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

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

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

border-color css

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

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

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