Html Css Color HEX #B52D1E Fire Brick

📋 copy color: '#B52D1E'

red 181 ◦ green 45 ◦ blue 30

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

Shades of Fire Brick #B52D1E

Tints of Fire Brick #B52D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.58%

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 70.7%
G = 17.58%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B52D1E (or 0xB52D1E) is known color: Fire Brick. HEX triplet: B5, 2D and 1E. RGB value is (181,45,30). Sum of RGB (Red+Green+Blue) = 181+45+30=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D1E is #4AD2E1. Grayscale: #545454. Windows color (decimal): -4903650 or 1977781. OLE color: 1977781.

HSL color Cylindrical-coordinate representation of color #B52D1E: hue angle of 5.96º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B52D1E is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 45 30 -
CMYK 0 0.75 0.83 0.29
HSL 5.96º 0.72% 0.41% -
HSV(B) 5.96º 0.83% 0.71% -
XYZ 20.23 11.79 2.44 -
YUV 83.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 181 45 30 0 0.75 0.83 0.29 5.96 0.72 0.41
Hex B5 2D 1E 0 4B 53 1D 6 48 29
Octal 265 55 36 0 113 123 35 6 110 51
Binary 10110101 101101 11110 0 1001011 1010011 11101 110 1001000 101001

Color Harmonies of #B52D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D1E

Black with #B52D1E

Text Example


Text Example

White with #B52D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D1E; }

 p { color: rgb(181,45,30); }

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

background-color css

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

 a { background-color: rgb(181,45,30); }

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

border-color css

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

 span { border-color: rgb(181,45,30); }

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