Html Css Color HEX #C10849 Cardinal

📋 copy color: '#C10849'

red 193 ◦ green 8 ◦ blue 73

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

Shades of Cardinal #C10849

Tints of Cardinal #C10849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 73 (28.91% from 255) = 26.64%

R = 70.44%
G = 2.92%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C10849 (or 0xC10849) is known color: Cardinal. HEX triplet: C1, 08 and 49. RGB value is (193,8,73). Sum of RGB (Red+Green+Blue) = 193+8+73=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C10849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10849 is #3EF7B6. Grayscale: #464646. Windows color (decimal): -4126647 or 4786369. OLE color: 4786369.

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

Color convert

RGB 193 8 73 -
CMYK 0 0.96 0.62 0.24
HSL 338.92º 0.92% 0.39% -
HSV(B) 338.92º 0.96% 0.76% -
XYZ 23.28 11.99 7.39 -
YUV 70.73 129.29 215.21 -
System Red Green Blue C M Y K H S L
Decimal 193 8 73 0 0.96 0.62 0.24 338.92 0.92 0.39
Hex C1 8 49 0 60 3E 18 153 5C 27
Octal 301 10 111 0 140 76 30 523 134 47
Binary 11000001 1000 1001001 0 1100000 111110 11000 101010011 1011100 100111

Color Harmonies of #C10849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10849

Black with #C10849

Text Example


Text Example

White with #C10849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10849; }

 p { color: rgb(193,8,73); }

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

background-color css

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

 a { background-color: rgb(193,8,73); }

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

border-color css

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

 span { border-color: rgb(193,8,73); }

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