Html Css Color HEX #B31C09 Fire Brick

📋 copy color: '#B31C09'

red 179 ◦ green 28 ◦ blue 9

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

Shades of Fire Brick #B31C09

Tints of Fire Brick #B31C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.17%

R = 82.87%
G = 12.96%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B31C09 (or 0xB31C09) is known color: Fire Brick. HEX triplet: B3, 1C and 09. RGB value is (179,28,9). Sum of RGB (Red+Green+Blue) = 179+28+9=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C09 is #4CE3F6. Grayscale: #474747. Windows color (decimal): -5039095 or 597171. OLE color: 597171.

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

Color convert

RGB 179 28 9 -
CMYK 0 0.84 0.95 0.30
HSL 6.71º 0.9% 0.37% -
HSV(B) 6.71º 0.95% 0.7% -
XYZ 19.05 10.43 1.27 -
YUV 70.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 179 28 9 0 0.84 0.95 0.30 6.71 0.9 0.37
Hex B3 1C 9 0 54 5F 1E 7 5A 25
Octal 263 34 11 0 124 137 36 7 132 45
Binary 10110011 11100 1001 0 1010100 1011111 11110 111 1011010 100101

Color Harmonies of #B31C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C09

Black with #B31C09

Text Example


Text Example

White with #B31C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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