Html Css Color HEX #C10B3A Cardinal

📋 copy color: '#C10B3A'

red 193 ◦ green 11 ◦ blue 58

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

Shades of Cardinal #C10B3A

Tints of Cardinal #C10B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 73.66%
G = 4.2%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C10B3A (or 0xC10B3A) is known color: Cardinal. HEX triplet: C1, 0B and 3A. RGB value is (193,11,58). Sum of RGB (Red+Green+Blue) = 193+11+58=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B3A is #3EF4C5. Grayscale: #464646. Windows color (decimal): -4125894 or 3804097. OLE color: 3804097.

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

Color convert

RGB 193 11 58 -
CMYK 0 0.94 0.70 0.24
HSL 344.51º 0.89% 0.4% -
HSV(B) 344.51º 0.94% 0.76% -
XYZ 22.88 11.88 5.09 -
YUV 70.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 193 11 58 0 0.94 0.70 0.24 344.51 0.89 0.4
Hex C1 B 3A 0 5E 46 18 159 59 28
Octal 301 13 72 0 136 106 30 531 131 50
Binary 11000001 1011 111010 0 1011110 1000110 11000 101011001 1011001 101000

Color Harmonies of #C10B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B3A

Black with #C10B3A

Text Example


Text Example

White with #C10B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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