Html Css Color HEX #B32015 Fire Brick

📋 copy color: '#B32015'

red 179 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #B32015

Tints of Fire Brick #B32015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 77.16%
G = 13.79%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32015 (or 0xB32015) is known color: Fire Brick. HEX triplet: B3, 20 and 15. RGB value is (179,32,21). Sum of RGB (Red+Green+Blue) = 179+32+21=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B32015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32015 is #4CDFEA. Grayscale: #4A4A4A. Windows color (decimal): -5038059 or 1384627. OLE color: 1384627.

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

Color convert

RGB 179 32 21 -
CMYK 0 0.82 0.88 0.30
HSL 4.18º 0.79% 0.39% -
HSV(B) 4.18º 0.88% 0.7% -
XYZ 19.24 10.67 1.75 -
YUV 74.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 179 32 21 0 0.82 0.88 0.30 4.18 0.79 0.39
Hex B3 20 15 0 52 58 1E 4 4F 27
Octal 263 40 25 0 122 130 36 4 117 47
Binary 10110011 100000 10101 0 1010010 1011000 11110 100 1001111 100111

Color Harmonies of #B32015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32015

Black with #B32015

Text Example


Text Example

White with #B32015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32015; }

 p { color: rgb(179,32,21); }

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

background-color css

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

 a { background-color: rgb(179,32,21); }

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

border-color css

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

 span { border-color: rgb(179,32,21); }

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