Html Css Color HEX #B63952 Old Rose

📋 copy color: '#B63952'

red 182 ◦ green 57 ◦ blue 82

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

Shades of Old Rose #B63952

Tints of Old Rose #B63952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

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

R = 56.7%
G = 17.76%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B63952 (or 0xB63952) is known color: Old Rose. HEX triplet: B6, 39 and 52. RGB value is (182,57,82). Sum of RGB (Red+Green+Blue) = 182+57+82=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B63952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63952 is #49C6AD. Grayscale: #616161. Windows color (decimal): -4834990 or 5388726. OLE color: 5388726.

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

Color convert

RGB 182 57 82 -
CMYK 0 0.69 0.55 0.29
HSL 348º 0.52% 0.47% -
HSV(B) 348º 0.69% 0.71% -
XYZ 22.28 13.48 9.41 -
YUV 97.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 182 57 82 0 0.69 0.55 0.29 348 0.52 0.47
Hex B6 39 52 0 45 37 1D 15C 34 2F
Octal 266 71 122 0 105 67 35 534 64 57
Binary 10110110 111001 1010010 0 1000101 110111 11101 101011100 110100 101111

Color Harmonies of #B63952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63952

Black with #B63952

Text Example


Text Example

White with #B63952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63952; }

 p { color: rgb(182,57,82); }

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

background-color css

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

 a { background-color: rgb(182,57,82); }

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

border-color css

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

 span { border-color: rgb(182,57,82); }

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