Html Css Color HEX #B32515 Fire Brick

📋 copy color: '#B32515'

red 179 ◦ green 37 ◦ blue 21

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

Shades of Fire Brick #B32515

Tints of Fire Brick #B32515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 75.53%
G = 15.61%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B32515 (or 0xB32515) is known color: Fire Brick. HEX triplet: B3, 25 and 15. RGB value is (179,37,21). Sum of RGB (Red+Green+Blue) = 179+37+21=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32515 is #4CDAEA. Grayscale: #4D4D4D. Windows color (decimal): -5036779 or 1385907. OLE color: 1385907.

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

Color convert

RGB 179 37 21 -
CMYK 0 0.79 0.88 0.30
HSL 6.08º 0.79% 0.39% -
HSV(B) 6.08º 0.88% 0.7% -
XYZ 19.39 10.96 1.8 -
YUV 77.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 179 37 21 0 0.79 0.88 0.30 6.08 0.79 0.39
Hex B3 25 15 0 4F 58 1E 6 4F 27
Octal 263 45 25 0 117 130 36 6 117 47
Binary 10110011 100101 10101 0 1001111 1011000 11110 110 1001111 100111

Color Harmonies of #B32515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32515

Black with #B32515

Text Example


Text Example

White with #B32515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32515; }

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

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

background-color css

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

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

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

border-color css

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

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

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