Html Css Color HEX #B42453 Old Rose

📋 copy color: '#B42453'

red 180 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #B42453

Tints of Old Rose #B42453

RGB

 RED value IS 180 (70.7% from 255) = 60.2%

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 60.2%
G = 12.04%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B42453 (or 0xB42453) is known color: Old Rose. HEX triplet: B4, 24 and 53. RGB value is (180,36,83). Sum of RGB (Red+Green+Blue) = 180+36+83=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B42453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42453 is #4BDBAC. Grayscale: #545454. Windows color (decimal): -4971437 or 5448884. OLE color: 5448884.

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

Color convert

RGB 180 36 83 -
CMYK 0 0.8 0.54 0.29
HSL 340.42º 0.67% 0.42% -
HSV(B) 340.42º 0.8% 0.71% -
XYZ 21.01 11.59 9.31 -
YUV 84.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 180 36 83 0 0.8 0.54 0.29 340.42 0.67 0.42
Hex B4 24 53 0 50 36 1D 154 43 2A
Octal 264 44 123 0 120 66 35 524 103 52
Binary 10110100 100100 1010011 0 1010000 110110 11101 101010100 1000011 101010

Color Harmonies of #B42453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42453

Black with #B42453

Text Example


Text Example

White with #B42453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42453; }

 p { color: rgb(180,36,83); }

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

background-color css

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

 a { background-color: rgb(180,36,83); }

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

border-color css

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

 span { border-color: rgb(180,36,83); }

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