Html Css Color HEX #B52014 Fire Brick

📋 copy color: '#B52014'

red 181 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #B52014

Tints of Fire Brick #B52014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 77.68%
G = 13.73%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B52014 (or 0xB52014) is known color: Fire Brick. HEX triplet: B5, 20 and 14. RGB value is (181,32,20). Sum of RGB (Red+Green+Blue) = 181+32+20=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B52014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52014 is #4ADFEB. Grayscale: #4B4B4B. Windows color (decimal): -4906988 or 1319093. OLE color: 1319093.

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

Color convert

RGB 181 32 20 -
CMYK 0 0.82 0.89 0.29
HSL 4.47º 0.8% 0.39% -
HSV(B) 4.47º 0.89% 0.71% -
XYZ 19.7 10.91 1.73 -
YUV 75.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 181 32 20 0 0.82 0.89 0.29 4.47 0.8 0.39
Hex B5 20 14 0 52 59 1D 4 50 27
Octal 265 40 24 0 122 131 35 4 120 47
Binary 10110101 100000 10100 0 1010010 1011001 11101 100 1010000 100111

Color Harmonies of #B52014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52014

Black with #B52014

Text Example


Text Example

White with #B52014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52014; }

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

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

background-color css

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

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

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

border-color css

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

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

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