Html Css Color HEX #C1244B Old Rose

📋 copy color: '#C1244B'

red 193 ◦ green 36 ◦ blue 75

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

Shades of Old Rose #C1244B

Tints of Old Rose #C1244B

RGB

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

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

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

R = 63.49%
G = 11.84%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1244B (or 0xC1244B) is known color: Old Rose. HEX triplet: C1, 24 and 4B. RGB value is (193,36,75). Sum of RGB (Red+Green+Blue) = 193+36+75=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1244B is #3EDBB4. Grayscale: #575757. Windows color (decimal): -4119477 or 4924609. OLE color: 4924609.

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

Color convert

RGB 193 36 75 -
CMYK 0 0.81 0.61 0.24
HSL 345.1º 0.69% 0.45% -
HSV(B) 345.1º 0.81% 0.76% -
XYZ 23.89 13.11 7.93 -
YUV 87.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 193 36 75 0 0.81 0.61 0.24 345.1 0.69 0.45
Hex C1 24 4B 0 51 3D 18 159 45 2D
Octal 301 44 113 0 121 75 30 531 105 55
Binary 11000001 100100 1001011 0 1010001 111101 11000 101011001 1000101 101101

Color Harmonies of #C1244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1244B

Black with #C1244B

Text Example


Text Example

White with #C1244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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