Html Css Color HEX #C10A39 Cardinal

📋 copy color: '#C10A39'

red 193 ◦ green 10 ◦ blue 57

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

Shades of Cardinal #C10A39

Tints of Cardinal #C10A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

 BLUE value IS 57 (22.66% from 255) = 21.92%

R = 74.23%
G = 3.85%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C10A39 (or 0xC10A39) is known color: Cardinal. HEX triplet: C1, 0A and 39. RGB value is (193,10,57). Sum of RGB (Red+Green+Blue) = 193+10+57=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A39 is #3EF5C6. Grayscale: #464646. Windows color (decimal): -4126151 or 3738305. OLE color: 3738305.

HSL color Cylindrical-coordinate representation of color #C10A39: hue angle of 344.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A39 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 10 57 -
CMYK 0 0.95 0.70 0.24
HSL 344.59º 0.9% 0.4% -
HSV(B) 344.59º 0.95% 0.76% -
XYZ 22.84 11.85 4.95 -
YUV 70.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 193 10 57 0 0.95 0.70 0.24 344.59 0.9 0.4
Hex C1 A 39 0 5F 46 18 159 5A 28
Octal 301 12 71 0 137 106 30 531 132 50
Binary 11000001 1010 111001 0 1011111 1000110 11000 101011001 1011010 101000

Color Harmonies of #C10A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A39

Black with #C10A39

Text Example


Text Example

White with #C10A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A39; }

 p { color: rgb(193,10,57); }

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

background-color css

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

 a { background-color: rgb(193,10,57); }

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

border-color css

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

 span { border-color: rgb(193,10,57); }

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