Html Css Color HEX #B32007 Fire Brick

📋 copy color: '#B32007'

red 179 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #B32007

Tints of Fire Brick #B32007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.21%

R = 82.11%
G = 14.68%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B32007 (or 0xB32007) is known color: Fire Brick. HEX triplet: B3, 20 and 07. RGB value is (179,32,7). Sum of RGB (Red+Green+Blue) = 179+32+7=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B32007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32007 is #4CDFF8. Grayscale: #494949. Windows color (decimal): -5038073 or 467123. OLE color: 467123.

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

Color convert

RGB 179 32 7 -
CMYK 0 0.82 0.96 0.30
HSL 8.72º 0.92% 0.36% -
HSV(B) 8.72º 0.96% 0.7% -
XYZ 19.15 10.63 1.24 -
YUV 73.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 179 32 7 0 0.82 0.96 0.30 8.72 0.92 0.36
Hex B3 20 7 0 52 60 1E 9 5C 24
Octal 263 40 7 0 122 140 36 11 134 44
Binary 10110011 100000 111 0 1010010 1100000 11110 1001 1011100 100100

Color Harmonies of #B32007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32007

Black with #B32007

Text Example


Text Example

White with #B32007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32007; }

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

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

background-color css

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

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

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

border-color css

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

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

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