Html Css Color HEX #B63542 Old Rose

📋 copy color: '#B63542'

red 182 ◦ green 53 ◦ blue 66

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

Shades of Old Rose #B63542

Tints of Old Rose #B63542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 60.47%
G = 17.61%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63542 (or 0xB63542) is known color: Old Rose. HEX triplet: B6, 35 and 42. RGB value is (182,53,66). Sum of RGB (Red+Green+Blue) = 182+53+66=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63542 is #49CABD. Grayscale: #5D5D5D. Windows color (decimal): -4836030 or 4339126. OLE color: 4339126.

HSL color Cylindrical-coordinate representation of color #B63542: hue angle of 353.95º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63542 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 66 -
CMYK 0 0.71 0.64 0.29
HSL 353.95º 0.55% 0.46% -
HSV(B) 353.95º 0.71% 0.71% -
XYZ 21.55 12.88 6.51 -
YUV 93.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 182 53 66 0 0.71 0.64 0.29 353.95 0.55 0.46
Hex B6 35 42 0 47 40 1D 162 37 2E
Octal 266 65 102 0 107 100 35 542 67 56
Binary 10110110 110101 1000010 0 1000111 1000000 11101 101100010 110111 101110

Color Harmonies of #B63542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63542

Black with #B63542

Text Example


Text Example

White with #B63542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63542; }

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

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

background-color css

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

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

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

border-color css

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

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

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