Html Css Color HEX #B62453 Old Rose

📋 copy color: '#B62453'

red 182 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #B62453

Tints of Old Rose #B62453

RGB

 RED value IS 182 (71.48% from 255) = 60.47%

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

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

R = 60.47%
G = 11.96%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B62453 (or 0xB62453) is known color: Old Rose. HEX triplet: B6, 24 and 53. RGB value is (182,36,83). Sum of RGB (Red+Green+Blue) = 182+36+83=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B62453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62453 is #49DBAC. Grayscale: #545454. Windows color (decimal): -4840365 or 5448886. OLE color: 5448886.

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

Color convert

RGB 182 36 83 -
CMYK 0 0.80 0.54 0.29
HSL 340.68º 0.67% 0.43% -
HSV(B) 340.68º 0.8% 0.71% -
XYZ 21.48 11.83 9.33 -
YUV 85.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 182 36 83 0 0.80 0.54 0.29 340.68 0.67 0.43
Hex B6 24 53 0 50 36 1D 155 43 2B
Octal 266 44 123 0 120 66 35 525 103 53
Binary 10110110 100100 1010011 0 1010000 110110 11101 101010101 1000011 101011

Color Harmonies of #B62453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62453

Black with #B62453

Text Example


Text Example

White with #B62453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62453; }

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

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

background-color css

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

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

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

border-color css

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

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

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