Html Css Color HEX #C0203C Cardinal

📋 copy color: '#C0203C'

red 192 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #C0203C

Tints of Cardinal #C0203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 67.61%
G = 11.27%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0203C (or 0xC0203C) is known color: Cardinal. HEX triplet: C0, 20 and 3C. RGB value is (192,32,60). Sum of RGB (Red+Green+Blue) = 192+32+60=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0203C is #3FDFC3. Grayscale: #535353. Windows color (decimal): -4186052 or 3940544. OLE color: 3940544.

HSL color Cylindrical-coordinate representation of color #C0203C: hue angle of 349.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0203C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 60 -
CMYK 0 0.83 0.69 0.25
HSL 349.5º 0.71% 0.44% -
HSV(B) 349.5º 0.83% 0.75% -
XYZ 23.07 12.57 5.48 -
YUV 83.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 192 32 60 0 0.83 0.69 0.25 349.5 0.71 0.44
Hex C0 20 3C 0 53 45 19 15E 47 2C
Octal 300 40 74 0 123 105 31 536 107 54
Binary 11000000 100000 111100 0 1010011 1000101 11001 101011110 1000111 101100

Color Harmonies of #C0203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0203C

Black with #C0203C

Text Example


Text Example

White with #C0203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0203C; }

 p { color: rgb(192,32,60); }

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

background-color css

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

 a { background-color: rgb(192,32,60); }

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

border-color css

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

 span { border-color: rgb(192,32,60); }

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