Html Css Color HEX #B31F03 Fire Brick

📋 copy color: '#B31F03'

red 179 ◦ green 31 ◦ blue 3

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

Shades of Fire Brick #B31F03

Tints of Fire Brick #B31F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

 BLUE value IS 3 (1.56% from 255) = 1.41%

R = 84.04%
G = 14.55%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B31F03 (or 0xB31F03) is known color: Fire Brick. HEX triplet: B3, 1F and 03. RGB value is (179,31,3). Sum of RGB (Red+Green+Blue) = 179+31+3=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31F03 is #4CE0FC. Grayscale: #484848. Windows color (decimal): -5038333 or 204723. OLE color: 204723.

HSL color Cylindrical-coordinate representation of color #B31F03: hue angle of 9.55º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B31F03 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 31 3 -
CMYK 0 0.83 0.98 0.30
HSL 9.55º 0.97% 0.36% -
HSV(B) 9.55º 0.98% 0.7% -
XYZ 19.1 10.57 1.12 -
YUV 72.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 179 31 3 0 0.83 0.98 0.30 9.55 0.97 0.36
Hex B3 1F 3 0 53 62 1E A 61 24
Octal 263 37 3 0 123 142 36 12 141 44
Binary 10110011 11111 11 0 1010011 1100010 11110 1010 1100001 100100

Color Harmonies of #B31F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F03

Black with #B31F03

Text Example


Text Example

White with #B31F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F03; }

 p { color: rgb(179,31,3); }

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

background-color css

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

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

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

border-color css

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

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

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