Html Css Color HEX #B52C27 Fire Brick

📋 copy color: '#B52C27'

red 181 ◦ green 44 ◦ blue 39

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

Shades of Fire Brick #B52C27

Tints of Fire Brick #B52C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 68.56%
G = 16.67%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B52C27 (or 0xB52C27) is known color: Fire Brick. HEX triplet: B5, 2C and 27. RGB value is (181,44,39). Sum of RGB (Red+Green+Blue) = 181+44+39=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C27 is #4AD3D8. Grayscale: #545454. Windows color (decimal): -4903897 or 2567349. OLE color: 2567349.

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

Color convert

RGB 181 44 39 -
CMYK 0 0.76 0.78 0.29
HSL 2.11º 0.65% 0.43% -
HSV(B) 2.11º 0.78% 0.71% -
XYZ 20.32 11.77 3.12 -
YUV 84.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 181 44 39 0 0.76 0.78 0.29 2.11 0.65 0.43
Hex B5 2C 27 0 4C 4E 1D 2 41 2B
Octal 265 54 47 0 114 116 35 2 101 53
Binary 10110101 101100 100111 0 1001100 1001110 11101 10 1000001 101011

Color Harmonies of #B52C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C27

Black with #B52C27

Text Example


Text Example

White with #B52C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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