Html Css Color HEX #C10A45 Cardinal

📋 copy color: '#C10A45'

red 193 ◦ green 10 ◦ blue 69

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

Shades of Cardinal #C10A45

Tints of Cardinal #C10A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 70.96%
G = 3.68%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C10A45 (or 0xC10A45) is known color: Cardinal. HEX triplet: C1, 0A and 45. RGB value is (193,10,69). Sum of RGB (Red+Green+Blue) = 193+10+69=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A45 is #3EF5BA. Grayscale: #474747. Windows color (decimal): -4126139 or 4524737. OLE color: 4524737.

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

Color convert

RGB 193 10 69 -
CMYK 0 0.95 0.64 0.24
HSL 340.66º 0.9% 0.4% -
HSV(B) 340.66º 0.95% 0.76% -
XYZ 23.18 11.98 6.72 -
YUV 71.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 193 10 69 0 0.95 0.64 0.24 340.66 0.9 0.4
Hex C1 A 45 0 5F 40 18 155 5A 28
Octal 301 12 105 0 137 100 30 525 132 50
Binary 11000001 1010 1000101 0 1011111 1000000 11000 101010101 1011010 101000

Color Harmonies of #C10A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A45

Black with #C10A45

Text Example


Text Example

White with #C10A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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