Html Css Color HEX #B31C07 Fire Brick

📋 copy color: '#B31C07'

red 179 ◦ green 28 ◦ blue 7

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

Shades of Fire Brick #B31C07

Tints of Fire Brick #B31C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 83.64%
G = 13.08%
B = 3.27%

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

#B31C07 (or 0xB31C07) is known color: Fire Brick. HEX triplet: B3, 1C and 07. RGB value is (179,28,7). Sum of RGB (Red+Green+Blue) = 179+28+7=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C07 is #4CE3F8. Grayscale: #464646. Windows color (decimal): -5039097 or 466099. OLE color: 466099.

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

Color convert

RGB 179 28 7 -
CMYK 0 0.84 0.96 0.30
HSL 7.33º 0.92% 0.36% -
HSV(B) 7.33º 0.96% 0.7% -
XYZ 19.04 10.43 1.21 -
YUV 70.76 92.03 205.21 -
System Red Green Blue C M Y K H S L
Decimal 179 28 7 0 0.84 0.96 0.30 7.33 0.92 0.36
Hex B3 1C 7 0 54 60 1E 7 5C 24
Octal 263 34 7 0 124 140 36 7 134 44
Binary 10110011 11100 111 0 1010100 1100000 11110 111 1011100 100100

Color Harmonies of #B31C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C07

Black with #B31C07

Text Example


Text Example

White with #B31C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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