Html Css Color HEX #C10B4A Cardinal

📋 copy color: '#C10B4A'

red 193 ◦ green 11 ◦ blue 74

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

Shades of Cardinal #C10B4A

Tints of Cardinal #C10B4A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 69.42%
G = 3.96%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C10B4A (or 0xC10B4A) is known color: Cardinal. HEX triplet: C1, 0B and 4A. RGB value is (193,11,74). Sum of RGB (Red+Green+Blue) = 193+11+74=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B4A is #3EF4B5. Grayscale: #484848. Windows color (decimal): -4125878 or 4852673. OLE color: 4852673.

HSL color Cylindrical-coordinate representation of color #C10B4A: hue angle of 339.23º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B4A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 74 -
CMYK 0 0.94 0.62 0.24
HSL 339.23º 0.89% 0.4% -
HSV(B) 339.23º 0.94% 0.76% -
XYZ 23.35 12.07 7.58 -
YUV 72.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 193 11 74 0 0.94 0.62 0.24 339.23 0.89 0.4
Hex C1 B 4A 0 5E 3E 18 153 59 28
Octal 301 13 112 0 136 76 30 523 131 50
Binary 11000001 1011 1001010 0 1011110 111110 11000 101010011 1011001 101000

Color Harmonies of #C10B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B4A

Black with #C10B4A

Text Example


Text Example

White with #C10B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B4A; }

 p { color: rgb(193,11,74); }

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

background-color css

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

 a { background-color: rgb(193,11,74); }

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

border-color css

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

 span { border-color: rgb(193,11,74); }

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