Html Css Color HEX #B52144 Old Rose

📋 copy color: '#B52144'

red 181 ◦ green 33 ◦ blue 68

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

Shades of Old Rose #B52144

Tints of Old Rose #B52144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 64.18%
G = 11.7%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B52144 (or 0xB52144) is known color: Old Rose. HEX triplet: B5, 21 and 44. RGB value is (181,33,68). Sum of RGB (Red+Green+Blue) = 181+33+68=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B52144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52144 is #4ADEBB. Grayscale: #515151. Windows color (decimal): -4906684 or 4465077. OLE color: 4465077.

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

Color convert

RGB 181 33 68 -
CMYK 0 0.82 0.62 0.29
HSL 345.81º 0.69% 0.42% -
HSV(B) 345.81º 0.82% 0.71% -
XYZ 20.64 11.33 6.57 -
YUV 81.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 181 33 68 0 0.82 0.62 0.29 345.81 0.69 0.42
Hex B5 21 44 0 52 3E 1D 15A 45 2A
Octal 265 41 104 0 122 76 35 532 105 52
Binary 10110101 100001 1000100 0 1010010 111110 11101 101011010 1000101 101010

Color Harmonies of #B52144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52144

Black with #B52144

Text Example


Text Example

White with #B52144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52144; }

 p { color: rgb(181,33,68); }

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

background-color css

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

 a { background-color: rgb(181,33,68); }

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

border-color css

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

 span { border-color: rgb(181,33,68); }

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