Html Css Color HEX #C10A38 Cardinal

📋 copy color: '#C10A38'

red 193 ◦ green 10 ◦ blue 56

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

Shades of Cardinal #C10A38

Tints of Cardinal #C10A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 74.52%
G = 3.86%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C10A38 (or 0xC10A38) is known color: Cardinal. HEX triplet: C1, 0A and 38. RGB value is (193,10,56). Sum of RGB (Red+Green+Blue) = 193+10+56=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A38 is #3EF5C7. Grayscale: #454545. Windows color (decimal): -4126152 or 3672769. OLE color: 3672769.

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

Color convert

RGB 193 10 56 -
CMYK 0 0.95 0.71 0.24
HSL 344.92º 0.9% 0.4% -
HSV(B) 344.92º 0.95% 0.76% -
XYZ 22.81 11.84 4.82 -
YUV 69.96 120.13 215.76 -
System Red Green Blue C M Y K H S L
Decimal 193 10 56 0 0.95 0.71 0.24 344.92 0.9 0.4
Hex C1 A 38 0 5F 47 18 159 5A 28
Octal 301 12 70 0 137 107 30 531 132 50
Binary 11000001 1010 111000 0 1011111 1000111 11000 101011001 1011010 101000

Color Harmonies of #C10A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A38

Black with #C10A38

Text Example


Text Example

White with #C10A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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