Html Css Color HEX #C10A2F Cardinal

📋 copy color: '#C10A2F'

red 193 ◦ green 10 ◦ blue 47

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

Shades of Cardinal #C10A2F

Tints of Cardinal #C10A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 77.2%
G = 4%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C10A2F (or 0xC10A2F) is known color: Cardinal. HEX triplet: C1, 0A and 2F. RGB value is (193,10,47). Sum of RGB (Red+Green+Blue) = 193+10+47=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A2F is #3EF5D0. Grayscale: #444444. Windows color (decimal): -4126161 or 3082945. OLE color: 3082945.

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

Color convert

RGB 193 10 47 -
CMYK 0 0.95 0.76 0.24
HSL 347.87º 0.9% 0.4% -
HSV(B) 347.87º 0.95% 0.76% -
XYZ 22.61 11.76 3.77 -
YUV 68.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 193 10 47 0 0.95 0.76 0.24 347.87 0.9 0.4
Hex C1 A 2F 0 5F 4C 18 15C 5A 28
Octal 301 12 57 0 137 114 30 534 132 50
Binary 11000001 1010 101111 0 1011111 1001100 11000 101011100 1011010 101000

Color Harmonies of #C10A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A2F

Black with #C10A2F

Text Example


Text Example

White with #C10A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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