Html Css Color HEX #B52A1E Fire Brick

📋 copy color: '#B52A1E'

red 181 ◦ green 42 ◦ blue 30

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

Shades of Fire Brick #B52A1E

Tints of Fire Brick #B52A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.6%

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

R = 71.54%
G = 16.6%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B52A1E (or 0xB52A1E) is known color: Fire Brick. HEX triplet: B5, 2A and 1E. RGB value is (181,42,30). Sum of RGB (Red+Green+Blue) = 181+42+30=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A1E is #4AD5E1. Grayscale: #525252. Windows color (decimal): -4904418 or 1977013. OLE color: 1977013.

HSL color Cylindrical-coordinate representation of color #B52A1E: hue angle of 4.77º 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 #B52A1E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 42 30 -
CMYK 0 0.77 0.83 0.29
HSL 4.77º 0.72% 0.41% -
HSV(B) 4.77º 0.83% 0.71% -
XYZ 20.12 11.57 2.4 -
YUV 82.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 181 42 30 0 0.77 0.83 0.29 4.77 0.72 0.41
Hex B5 2A 1E 0 4D 53 1D 5 48 29
Octal 265 52 36 0 115 123 35 5 110 51
Binary 10110101 101010 11110 0 1001101 1010011 11101 101 1001000 101001

Color Harmonies of #B52A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A1E

Black with #B52A1E

Text Example


Text Example

White with #B52A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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