Html Css Color HEX #C10A3E Cardinal

📋 copy color: '#C10A3E'

red 193 ◦ green 10 ◦ blue 62

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

Shades of Cardinal #C10A3E

Tints of Cardinal #C10A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 72.83%
G = 3.77%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C10A3E (or 0xC10A3E) is known color: Cardinal. HEX triplet: C1, 0A and 3E. RGB value is (193,10,62). Sum of RGB (Red+Green+Blue) = 193+10+62=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A3E is #3EF5C1. Grayscale: #464646. Windows color (decimal): -4126146 or 4065985. OLE color: 4065985.

HSL color Cylindrical-coordinate representation of color #C10A3E: hue angle of 342.95º 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 #C10A3E is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 10 62 -
CMYK 0 0.95 0.68 0.24
HSL 342.95º 0.9% 0.4% -
HSV(B) 342.95º 0.95% 0.76% -
XYZ 22.97 11.9 5.64 -
YUV 70.65 123.13 215.27 -
System Red Green Blue C M Y K H S L
Decimal 193 10 62 0 0.95 0.68 0.24 342.95 0.9 0.4
Hex C1 A 3E 0 5F 44 18 157 5A 28
Octal 301 12 76 0 137 104 30 527 132 50
Binary 11000001 1010 111110 0 1011111 1000100 11000 101010111 1011010 101000

Color Harmonies of #C10A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A3E

Black with #C10A3E

Text Example


Text Example

White with #C10A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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