Html Css Color HEX #B63242 Old Rose

📋 copy color: '#B63242'

red 182 ◦ green 50 ◦ blue 66

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

Shades of Old Rose #B63242

Tints of Old Rose #B63242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

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

R = 61.07%
G = 16.78%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63242 (or 0xB63242) is known color: Old Rose. HEX triplet: B6, 32 and 42. RGB value is (182,50,66). Sum of RGB (Red+Green+Blue) = 182+50+66=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B63242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63242 is #49CDBD. Grayscale: #5B5B5B. Windows color (decimal): -4836798 or 4338358. OLE color: 4338358.

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

Color convert

RGB 182 50 66 -
CMYK 0 0.73 0.64 0.29
HSL 352.73º 0.57% 0.45% -
HSV(B) 352.73º 0.73% 0.71% -
XYZ 21.42 12.62 6.46 -
YUV 91.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 182 50 66 0 0.73 0.64 0.29 352.73 0.57 0.45
Hex B6 32 42 0 49 40 1D 161 39 2D
Octal 266 62 102 0 111 100 35 541 71 55
Binary 10110110 110010 1000010 0 1001001 1000000 11101 101100001 111001 101101

Color Harmonies of #B63242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63242

Black with #B63242

Text Example


Text Example

White with #B63242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63242; }

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

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

background-color css

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

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

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

border-color css

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

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

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