Html Css Color HEX #B52007 Fire Brick

📋 copy color: '#B52007'

red 181 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #B52007

Tints of Fire Brick #B52007

RGB

 RED value IS 181 (71.09% from 255) = 82.27%

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

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

R = 82.27%
G = 14.55%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B52007 (or 0xB52007) is known color: Fire Brick. HEX triplet: B5, 20 and 07. RGB value is (181,32,7). Sum of RGB (Red+Green+Blue) = 181+32+7=220 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.27% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 181 - color contains mainly: red. Hex color #B52007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52007 is #4ADFF8. Grayscale: #494949. Windows color (decimal): -4907001 or 467125. OLE color: 467125.

HSL color Cylindrical-coordinate representation of color #B52007: hue angle of 8.62º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B52007 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 7 -
CMYK 0 0.82 0.96 0.29
HSL 8.62º 0.93% 0.37% -
HSV(B) 8.62º 0.96% 0.71% -
XYZ 19.61 10.87 1.27 -
YUV 73.7 90.36 204.53 -
System Red Green Blue C M Y K H S L
Decimal 181 32 7 0 0.82 0.96 0.29 8.62 0.93 0.37
Hex B5 20 7 0 52 60 1D 9 5D 25
Octal 265 40 7 0 122 140 35 11 135 45
Binary 10110101 100000 111 0 1010010 1100000 11101 1001 1011101 100101

Color Harmonies of #B52007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52007

Black with #B52007

Text Example


Text Example

White with #B52007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52007; }

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

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

background-color css

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

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

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

border-color css

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

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

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