Html Css Color HEX #B32512 Fire Brick

📋 copy color: '#B32512'

red 179 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #B32512

Tints of Fire Brick #B32512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 76.5%
G = 15.81%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32512 (or 0xB32512) is known color: Fire Brick. HEX triplet: B3, 25 and 12. RGB value is (179,37,18). Sum of RGB (Red+Green+Blue) = 179+37+18=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B32512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32512 is #4CDAED. Grayscale: #4D4D4D. Windows color (decimal): -5036782 or 1189299. OLE color: 1189299.

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

Color convert

RGB 179 37 18 -
CMYK 0 0.79 0.90 0.30
HSL 7.08º 0.82% 0.39% -
HSV(B) 7.08º 0.9% 0.7% -
XYZ 19.36 10.95 1.67 -
YUV 77.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 179 37 18 0 0.79 0.90 0.30 7.08 0.82 0.39
Hex B3 25 12 0 4F 5A 1E 7 52 27
Octal 263 45 22 0 117 132 36 7 122 47
Binary 10110011 100101 10010 0 1001111 1011010 11110 111 1010010 100111

Color Harmonies of #B32512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32512

Black with #B32512

Text Example


Text Example

White with #B32512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32512; }

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

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

background-color css

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

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

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

border-color css

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

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

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