Html Css Color HEX #B42352 Old Rose

📋 copy color: '#B42352'

red 180 ◦ green 35 ◦ blue 82

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

Shades of Old Rose #B42352

Tints of Old Rose #B42352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 60.61%
G = 11.78%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B42352 (or 0xB42352) is known color: Old Rose. HEX triplet: B4, 23 and 52. RGB value is (180,35,82). Sum of RGB (Red+Green+Blue) = 180+35+82=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B42352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42352 is #4BDCAD. Grayscale: #535353. Windows color (decimal): -4971694 or 5383092. OLE color: 5383092.

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

Color convert

RGB 180 35 82 -
CMYK 0 0.81 0.54 0.29
HSL 340.55º 0.67% 0.42% -
HSV(B) 340.55º 0.81% 0.71% -
XYZ 20.95 11.51 9.1 -
YUV 83.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 180 35 82 0 0.81 0.54 0.29 340.55 0.67 0.42
Hex B4 23 52 0 51 36 1D 155 43 2A
Octal 264 43 122 0 121 66 35 525 103 52
Binary 10110100 100011 1010010 0 1010001 110110 11101 101010101 1000011 101010

Color Harmonies of #B42352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42352

Black with #B42352

Text Example


Text Example

White with #B42352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42352; }

 p { color: rgb(180,35,82); }

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

background-color css

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

 a { background-color: rgb(180,35,82); }

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

border-color css

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

 span { border-color: rgb(180,35,82); }

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