Html Css Color HEX #B52C1D Fire Brick

📋 copy color: '#B52C1D'

red 181 ◦ green 44 ◦ blue 29

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

Shades of Fire Brick #B52C1D

Tints of Fire Brick #B52C1D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.32%

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 71.26%
G = 17.32%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B52C1D (or 0xB52C1D) is known color: Fire Brick. HEX triplet: B5, 2C and 1D. RGB value is (181,44,29). Sum of RGB (Red+Green+Blue) = 181+44+29=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C1D is #4AD3E2. Grayscale: #535353. Windows color (decimal): -4903907 or 1911989. OLE color: 1911989.

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

Color convert

RGB 181 44 29 -
CMYK 0 0.76 0.84 0.29
HSL 5.92º 0.72% 0.41% -
HSV(B) 5.92º 0.84% 0.71% -
XYZ 20.18 11.71 2.36 -
YUV 83.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 181 44 29 0 0.76 0.84 0.29 5.92 0.72 0.41
Hex B5 2C 1D 0 4C 54 1D 6 48 29
Octal 265 54 35 0 114 124 35 6 110 51
Binary 10110101 101100 11101 0 1001100 1010100 11101 110 1001000 101001

Color Harmonies of #B52C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C1D

Black with #B52C1D

Text Example


Text Example

White with #B52C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C1D; }

 p { color: rgb(181,44,29); }

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

background-color css

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

 a { background-color: rgb(181,44,29); }

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

border-color css

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

 span { border-color: rgb(181,44,29); }

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