Html Css Color HEX #C10A3D Cardinal

📋 copy color: '#C10A3D'

red 193 ◦ green 10 ◦ blue 61

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

Shades of Cardinal #C10A3D

Tints of Cardinal #C10A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 73.11%
G = 3.79%
B = 23.11%

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

#C10A3D (or 0xC10A3D) is known color: Cardinal. HEX triplet: C1, 0A and 3D. RGB value is (193,10,61). Sum of RGB (Red+Green+Blue) = 193+10+61=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A3D is #3EF5C2. Grayscale: #464646. Windows color (decimal): -4126147 or 4000449. OLE color: 4000449.

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

Color convert

RGB 193 10 61 -
CMYK 0 0.95 0.68 0.24
HSL 343.28º 0.9% 0.4% -
HSV(B) 343.28º 0.95% 0.76% -
XYZ 22.94 11.89 5.5 -
YUV 70.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 193 10 61 0 0.95 0.68 0.24 343.28 0.9 0.4
Hex C1 A 3D 0 5F 44 18 157 5A 28
Octal 301 12 75 0 137 104 30 527 132 50
Binary 11000001 1010 111101 0 1011111 1000100 11000 101010111 1011010 101000

Color Harmonies of #C10A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A3D

Black with #C10A3D

Text Example


Text Example

White with #C10A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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