Html Css Color HEX #C13752 Old Rose

📋 copy color: '#C13752'

red 193 ◦ green 55 ◦ blue 82

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

Shades of Old Rose #C13752

Tints of Old Rose #C13752

RGB

 RED value IS 193 (75.78% from 255) = 58.48%

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 58.48%
G = 16.67%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C13752 (or 0xC13752) is known color: Old Rose. HEX triplet: C1, 37 and 52. RGB value is (193,55,82). Sum of RGB (Red+Green+Blue) = 193+55+82=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13752 is #3EC8AD. Grayscale: #636363. Windows color (decimal): -4114606 or 5388225. OLE color: 5388225.

HSL color Cylindrical-coordinate representation of color #C13752: hue angle of 348.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13752 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 82 -
CMYK 0 0.72 0.58 0.24
HSL 348.26º 0.56% 0.49% -
HSV(B) 348.26º 0.72% 0.76% -
XYZ 24.88 14.68 9.5 -
YUV 99.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 193 55 82 0 0.72 0.58 0.24 348.26 0.56 0.49
Hex C1 37 52 0 48 3A 18 15C 38 31
Octal 301 67 122 0 110 72 30 534 70 61
Binary 11000001 110111 1010010 0 1001000 111010 11000 101011100 111000 110001

Color Harmonies of #C13752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13752

Black with #C13752

Text Example


Text Example

White with #C13752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13752; }

 p { color: rgb(193,55,82); }

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

background-color css

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

 a { background-color: rgb(193,55,82); }

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

border-color css

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

 span { border-color: rgb(193,55,82); }

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