Html Css Color HEX #C0103C Cardinal

📋 copy color: '#C0103C'

red 192 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #C0103C

Tints of Cardinal #C0103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 71.64%
G = 5.97%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0103C (or 0xC0103C) is known color: Cardinal. HEX triplet: C0, 10 and 3C. RGB value is (192,16,60). Sum of RGB (Red+Green+Blue) = 192+16+60=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0103C is #3FEFC3. Grayscale: #494949. Windows color (decimal): -4190148 or 3936448. OLE color: 3936448.

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

Color convert

RGB 192 16 60 -
CMYK 0 0.92 0.69 0.25
HSL 345º 0.85% 0.41% -
HSV(B) 345º 0.92% 0.75% -
XYZ 22.74 11.9 5.37 -
YUV 73.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 192 16 60 0 0.92 0.69 0.25 345 0.85 0.41
Hex C0 10 3C 0 5C 45 19 159 55 29
Octal 300 20 74 0 134 105 31 531 125 51
Binary 11000000 10000 111100 0 1011100 1000101 11001 101011001 1010101 101001

Color Harmonies of #C0103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0103C

Black with #C0103C

Text Example


Text Example

White with #C0103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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