Html Css Color HEX #B52A1F Fire Brick

📋 copy color: '#B52A1F'

red 181 ◦ green 42 ◦ blue 31

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

Shades of Fire Brick #B52A1F

Tints of Fire Brick #B52A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 71.26%
G = 16.54%
B = 12.2%

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

#B52A1F (or 0xB52A1F) is known color: Fire Brick. HEX triplet: B5, 2A and 1F. RGB value is (181,42,31). Sum of RGB (Red+Green+Blue) = 181+42+31=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A1F is #4AD5E0. Grayscale: #525252. Windows color (decimal): -4904417 or 2042549. OLE color: 2042549.

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

Color convert

RGB 181 42 31 -
CMYK 0 0.77 0.83 0.29
HSL 4.4º 0.71% 0.42% -
HSV(B) 4.4º 0.83% 0.71% -
XYZ 20.13 11.58 2.47 -
YUV 82.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 181 42 31 0 0.77 0.83 0.29 4.4 0.71 0.42
Hex B5 2A 1F 0 4D 53 1D 4 47 2A
Octal 265 52 37 0 115 123 35 4 107 52
Binary 10110101 101010 11111 0 1001101 1010011 11101 100 1000111 101010

Color Harmonies of #B52A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A1F

Black with #B52A1F

Text Example


Text Example

White with #B52A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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