Html Css Color HEX #C03A4B Old Rose

📋 copy color: '#C03A4B'

red 192 ◦ green 58 ◦ blue 75

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

Shades of Old Rose #C03A4B

Tints of Old Rose #C03A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 59.08%
G = 17.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C03A4B (or 0xC03A4B) is known color: Old Rose. HEX triplet: C0, 3A and 4B. RGB value is (192,58,75). Sum of RGB (Red+Green+Blue) = 192+58+75=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A4B is #3FC5B4. Grayscale: #646464. Windows color (decimal): -4179381 or 4930240. OLE color: 4930240.

HSL color Cylindrical-coordinate representation of color #C03A4B: hue angle of 352.39º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A4B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 75 -
CMYK 0 0.70 0.61 0.25
HSL 352.39º 0.54% 0.49% -
HSV(B) 352.39º 0.7% 0.75% -
XYZ 24.52 14.74 8.21 -
YUV 100 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 192 58 75 0 0.70 0.61 0.25 352.39 0.54 0.49
Hex C0 3A 4B 0 46 3D 19 160 36 31
Octal 300 72 113 0 106 75 31 540 66 61
Binary 11000000 111010 1001011 0 1000110 111101 11001 101100000 110110 110001

Color Harmonies of #C03A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A4B

Black with #C03A4B

Text Example


Text Example

White with #C03A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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