Html Css Color HEX #B32109 Fire Brick

📋 copy color: '#B32109'

red 179 ◦ green 33 ◦ blue 9

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

Shades of Fire Brick #B32109

Tints of Fire Brick #B32109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

 BLUE value IS 9 (3.91% from 255) = 4.07%

R = 81%
G = 14.93%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B32109 (or 0xB32109) is known color: Fire Brick. HEX triplet: B3, 21 and 09. RGB value is (179,33,9). Sum of RGB (Red+Green+Blue) = 179+33+9=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B32109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32109 is #4CDEF6. Grayscale: #4A4A4A. Windows color (decimal): -5037815 or 598451. OLE color: 598451.

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

Color convert

RGB 179 33 9 -
CMYK 0 0.82 0.95 0.30
HSL 8.47º 0.9% 0.37% -
HSV(B) 8.47º 0.95% 0.7% -
XYZ 19.18 10.69 1.31 -
YUV 73.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 179 33 9 0 0.82 0.95 0.30 8.47 0.9 0.37
Hex B3 21 9 0 52 5F 1E 8 5A 25
Octal 263 41 11 0 122 137 36 10 132 45
Binary 10110011 100001 1001 0 1010010 1011111 11110 1000 1011010 100101

Color Harmonies of #B32109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32109

Black with #B32109

Text Example


Text Example

White with #B32109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32109; }

 p { color: rgb(179,33,9); }

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

background-color css

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

 a { background-color: rgb(179,33,9); }

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

border-color css

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

 span { border-color: rgb(179,33,9); }

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