Html Css Color HEX #B32710 Fire Brick

📋 copy color: '#B32710'

red 179 ◦ green 39 ◦ blue 16

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

Shades of Fire Brick #B32710

Tints of Fire Brick #B32710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 76.5%
G = 16.67%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B32710 (or 0xB32710) is known color: Fire Brick. HEX triplet: B3, 27 and 10. RGB value is (179,39,16). Sum of RGB (Red+Green+Blue) = 179+39+16=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B32710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32710 is #4CD8EF. Grayscale: #4E4E4E. Windows color (decimal): -5036272 or 1058739. OLE color: 1058739.

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

Color convert

RGB 179 39 16 -
CMYK 0 0.78 0.91 0.30
HSL 8.47º 0.84% 0.38% -
HSV(B) 8.47º 0.91% 0.7% -
XYZ 19.41 11.07 1.6 -
YUV 78.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 179 39 16 0 0.78 0.91 0.30 8.47 0.84 0.38
Hex B3 27 10 0 4E 5B 1E 8 54 26
Octal 263 47 20 0 116 133 36 10 124 46
Binary 10110011 100111 10000 0 1001110 1011011 11110 1000 1010100 100110

Color Harmonies of #B32710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32710

Black with #B32710

Text Example


Text Example

White with #B32710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32710; }

 p { color: rgb(179,39,16); }

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

background-color css

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

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

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

border-color css

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

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

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