Html Css Color HEX #C0244B Old Rose

📋 copy color: '#C0244B'

red 192 ◦ green 36 ◦ blue 75

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

Shades of Old Rose #C0244B

Tints of Old Rose #C0244B

RGB

 RED value IS 192 (75.39% from 255) = 63.37%

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 63.37%
G = 11.88%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0244B (or 0xC0244B) is known color: Old Rose. HEX triplet: C0, 24 and 4B. RGB value is (192,36,75). Sum of RGB (Red+Green+Blue) = 192+36+75=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0244B is #3FDBB4. Grayscale: #575757. Windows color (decimal): -4185013 or 4924608. OLE color: 4924608.

HSL color Cylindrical-coordinate representation of color #C0244B: hue angle of 345º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0244B is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 75 -
CMYK 0 0.81 0.61 0.25
HSL 345º 0.68% 0.45% -
HSV(B) 345º 0.81% 0.75% -
XYZ 23.64 12.98 7.92 -
YUV 87.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 192 36 75 0 0.81 0.61 0.25 345 0.68 0.45
Hex C0 24 4B 0 51 3D 19 159 44 2D
Octal 300 44 113 0 121 75 31 531 104 55
Binary 11000000 100100 1001011 0 1010001 111101 11001 101011001 1000100 101101

Color Harmonies of #C0244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0244B

Black with #C0244B

Text Example


Text Example

White with #C0244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0244B; }

 p { color: rgb(192,36,75); }

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

background-color css

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

 a { background-color: rgb(192,36,75); }

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

border-color css

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

 span { border-color: rgb(192,36,75); }

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