Html Css Color HEX #C10A3B Cardinal

📋 copy color: '#C10A3B'

red 193 ◦ green 10 ◦ blue 59

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

Shades of Cardinal #C10A3B

Tints of Cardinal #C10A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 73.66%
G = 3.82%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C10A3B (or 0xC10A3B) is known color: Cardinal. HEX triplet: C1, 0A and 3B. RGB value is (193,10,59). Sum of RGB (Red+Green+Blue) = 193+10+59=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A3B is #3EF5C4. Grayscale: #464646. Windows color (decimal): -4126149 or 3869377. OLE color: 3869377.

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

Color convert

RGB 193 10 59 -
CMYK 0 0.95 0.69 0.24
HSL 343.93º 0.9% 0.4% -
HSV(B) 343.93º 0.95% 0.76% -
XYZ 22.89 11.87 5.22 -
YUV 70.3 121.63 215.52 -
System Red Green Blue C M Y K H S L
Decimal 193 10 59 0 0.95 0.69 0.24 343.93 0.9 0.4
Hex C1 A 3B 0 5F 45 18 158 5A 28
Octal 301 12 73 0 137 105 30 530 132 50
Binary 11000001 1010 111011 0 1011111 1000101 11000 101011000 1011010 101000

Color Harmonies of #C10A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A3B

Black with #C10A3B

Text Example


Text Example

White with #C10A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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