Html Css Color HEX #C10A4B Cardinal

📋 copy color: '#C10A4B'

red 193 ◦ green 10 ◦ blue 75

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

Shades of Cardinal #C10A4B

Tints of Cardinal #C10A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 69.42%
G = 3.6%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C10A4B (or 0xC10A4B) is known color: Cardinal. HEX triplet: C1, 0A and 4B. RGB value is (193,10,75). Sum of RGB (Red+Green+Blue) = 193+10+75=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A4B is #3EF5B4. Grayscale: #484848. Windows color (decimal): -4126133 or 4917953. OLE color: 4917953.

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

Color convert

RGB 193 10 75 -
CMYK 0 0.95 0.61 0.24
HSL 338.69º 0.9% 0.4% -
HSV(B) 338.69º 0.95% 0.76% -
XYZ 23.37 12.06 7.75 -
YUV 72.13 129.63 214.21 -
System Red Green Blue C M Y K H S L
Decimal 193 10 75 0 0.95 0.61 0.24 338.69 0.9 0.4
Hex C1 A 4B 0 5F 3D 18 153 5A 28
Octal 301 12 113 0 137 75 30 523 132 50
Binary 11000001 1010 1001011 0 1011111 111101 11000 101010011 1011010 101000

Color Harmonies of #C10A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A4B

Black with #C10A4B

Text Example


Text Example

White with #C10A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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