Html Css Color HEX #C10C4B Cardinal

📋 copy color: '#C10C4B'

red 193 ◦ green 12 ◦ blue 75

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

Shades of Cardinal #C10C4B

Tints of Cardinal #C10C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

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

R = 68.93%
G = 4.29%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C10C4B (or 0xC10C4B) is known color: Cardinal. HEX triplet: C1, 0C and 4B. RGB value is (193,12,75). Sum of RGB (Red+Green+Blue) = 193+12+75=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C4B is #3EF3B4. Grayscale: #494949. Windows color (decimal): -4125621 or 4918465. OLE color: 4918465.

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

Color convert

RGB 193 12 75 -
CMYK 0 0.94 0.61 0.24
HSL 339.12º 0.88% 0.4% -
HSV(B) 339.12º 0.94% 0.76% -
XYZ 23.39 12.11 7.76 -
YUV 73.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 193 12 75 0 0.94 0.61 0.24 339.12 0.88 0.4
Hex C1 C 4B 0 5E 3D 18 153 58 28
Octal 301 14 113 0 136 75 30 523 130 50
Binary 11000001 1100 1001011 0 1011110 111101 11000 101010011 1011000 101000

Color Harmonies of #C10C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C4B

Black with #C10C4B

Text Example


Text Example

White with #C10C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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