Html Css Color HEX #B32C13 Fire Brick

📋 copy color: '#B32C13'

red 179 ◦ green 44 ◦ blue 19

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

Shades of Fire Brick #B32C13

Tints of Fire Brick #B32C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 73.97%
G = 18.18%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B32C13 (or 0xB32C13) is known color: Fire Brick. HEX triplet: B3, 2C and 13. RGB value is (179,44,19). Sum of RGB (Red+Green+Blue) = 179+44+19=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C13 is #4CD3EC. Grayscale: #515151. Windows color (decimal): -5034989 or 1256627. OLE color: 1256627.

HSL color Cylindrical-coordinate representation of color #B32C13: hue angle of 9.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32C13 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 44 19 -
CMYK 0 0.75 0.89 0.30
HSL 9.38º 0.81% 0.39% -
HSV(B) 9.38º 0.89% 0.7% -
XYZ 19.61 11.43 1.79 -
YUV 81.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 179 44 19 0 0.75 0.89 0.30 9.38 0.81 0.39
Hex B3 2C 13 0 4B 59 1E 9 51 27
Octal 263 54 23 0 113 131 36 11 121 47
Binary 10110011 101100 10011 0 1001011 1011001 11110 1001 1010001 100111

Color Harmonies of #B32C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C13

Black with #B32C13

Text Example


Text Example

White with #B32C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C13; }

 p { color: rgb(179,44,19); }

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

background-color css

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

 a { background-color: rgb(179,44,19); }

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

border-color css

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

 span { border-color: rgb(179,44,19); }

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