Html Css Color HEX #B32310 Fire Brick

📋 copy color: '#B32310'

red 179 ◦ green 35 ◦ blue 16

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

Shades of Fire Brick #B32310

Tints of Fire Brick #B32310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 77.83%
G = 15.22%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B32310 (or 0xB32310) is known color: Fire Brick. HEX triplet: B3, 23 and 10. RGB value is (179,35,16). Sum of RGB (Red+Green+Blue) = 179+35+16=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B32310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32310 is #4CDCEF. Grayscale: #4C4C4C. Windows color (decimal): -5037296 or 1057715. OLE color: 1057715.

HSL color Cylindrical-coordinate representation of color #B32310: hue angle of 6.99º 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 #B32310 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 16 -
CMYK 0 0.80 0.91 0.30
HSL 6.99º 0.84% 0.38% -
HSV(B) 6.99º 0.91% 0.7% -
XYZ 19.28 10.82 1.56 -
YUV 75.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 179 35 16 0 0.80 0.91 0.30 6.99 0.84 0.38
Hex B3 23 10 0 50 5B 1E 7 54 26
Octal 263 43 20 0 120 133 36 7 124 46
Binary 10110011 100011 10000 0 1010000 1011011 11110 111 1010100 100110

Color Harmonies of #B32310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32310

Black with #B32310

Text Example


Text Example

White with #B32310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32310; }

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

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

background-color css

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

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

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

border-color css

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

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

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