Html Css Color HEX #B62542 Old Rose

📋 copy color: '#B62542'

red 182 ◦ green 37 ◦ blue 66

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

Shades of Old Rose #B62542

Tints of Old Rose #B62542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 63.86%
G = 12.98%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B62542 (or 0xB62542) is known color: Old Rose. HEX triplet: B6, 25 and 42. RGB value is (182,37,66). Sum of RGB (Red+Green+Blue) = 182+37+66=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62542 is #49DABD. Grayscale: #535353. Windows color (decimal): -4840126 or 4335030. OLE color: 4335030.

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

Color convert

RGB 182 37 66 -
CMYK 0 0.80 0.64 0.29
HSL 348º 0.66% 0.43% -
HSV(B) 348º 0.8% 0.71% -
XYZ 20.94 11.66 6.3 -
YUV 83.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 182 37 66 0 0.80 0.64 0.29 348 0.66 0.43
Hex B6 25 42 0 50 40 1D 15C 42 2B
Octal 266 45 102 0 120 100 35 534 102 53
Binary 10110110 100101 1000010 0 1010000 1000000 11101 101011100 1000010 101011

Color Harmonies of #B62542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62542

Black with #B62542

Text Example


Text Example

White with #B62542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62542; }

 p { color: rgb(182,37,66); }

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

background-color css

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

 a { background-color: rgb(182,37,66); }

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

border-color css

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

 span { border-color: rgb(182,37,66); }

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