Html Css Color HEX #B62449 Old Rose

📋 copy color: '#B62449'

red 182 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #B62449

Tints of Old Rose #B62449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 62.54%
G = 12.37%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B62449 (or 0xB62449) is known color: Old Rose. HEX triplet: B6, 24 and 49. RGB value is (182,36,73). Sum of RGB (Red+Green+Blue) = 182+36+73=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B62449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62449 is #49DBB6. Grayscale: #535353. Windows color (decimal): -4840375 or 4793526. OLE color: 4793526.

HSL color Cylindrical-coordinate representation of color #B62449: hue angle of 344.79º 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 #B62449 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 73 -
CMYK 0 0.80 0.60 0.29
HSL 344.79º 0.67% 0.43% -
HSV(B) 344.79º 0.8% 0.71% -
XYZ 21.12 11.69 7.45 -
YUV 83.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 182 36 73 0 0.80 0.60 0.29 344.79 0.67 0.43
Hex B6 24 49 0 50 3C 1D 159 43 2B
Octal 266 44 111 0 120 74 35 531 103 53
Binary 10110110 100100 1001001 0 1010000 111100 11101 101011001 1000011 101011

Color Harmonies of #B62449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62449

Black with #B62449

Text Example


Text Example

White with #B62449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62449; }

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

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

background-color css

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

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

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

border-color css

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

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

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