Html Css Color HEX #C22C4B Old Rose

📋 copy color: '#C22C4B'

red 194 ◦ green 44 ◦ blue 75

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

Shades of Old Rose #C22C4B

Tints of Old Rose #C22C4B

RGB

 RED value IS 194 (76.17% from 255) = 61.98%

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 61.98%
G = 14.06%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C22C4B (or 0xC22C4B) is known color: Old Rose. HEX triplet: C2, 2C and 4B. RGB value is (194,44,75). Sum of RGB (Red+Green+Blue) = 194+44+75=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C4B is #3DD3B4. Grayscale: #5C5C5C. Windows color (decimal): -4051893 or 4926658. OLE color: 4926658.

HSL color Cylindrical-coordinate representation of color #C22C4B: hue angle of 347.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C4B is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 44 75 -
CMYK 0 0.77 0.61 0.24
HSL 347.6º 0.63% 0.47% -
HSV(B) 347.6º 0.77% 0.76% -
XYZ 24.42 13.78 8.03 -
YUV 92.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 194 44 75 0 0.77 0.61 0.24 347.6 0.63 0.47
Hex C2 2C 4B 0 4D 3D 18 15C 3F 2F
Octal 302 54 113 0 115 75 30 534 77 57
Binary 11000010 101100 1001011 0 1001101 111101 11000 101011100 111111 101111

Color Harmonies of #C22C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C4B

Black with #C22C4B

Text Example


Text Example

White with #C22C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C4B; }

 p { color: rgb(194,44,75); }

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

background-color css

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

 a { background-color: rgb(194,44,75); }

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

border-color css

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

 span { border-color: rgb(194,44,75); }

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