Html Css Color HEX #C1093A Cardinal

📋 copy color: '#C1093A'

red 193 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #C1093A

Tints of Cardinal #C1093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 74.23%
G = 3.46%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1093A (or 0xC1093A) is known color: Cardinal. HEX triplet: C1, 09 and 3A. RGB value is (193,9,58). Sum of RGB (Red+Green+Blue) = 193+9+58=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1093A is #3EF6C5. Grayscale: #454545. Windows color (decimal): -4126406 or 3803585. OLE color: 3803585.

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

Color convert

RGB 193 9 58 -
CMYK 0 0.95 0.70 0.24
HSL 344.02º 0.91% 0.4% -
HSV(B) 344.02º 0.95% 0.76% -
XYZ 22.85 11.84 5.08 -
YUV 69.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 193 9 58 0 0.95 0.70 0.24 344.02 0.91 0.4
Hex C1 9 3A 0 5F 46 18 158 5B 28
Octal 301 11 72 0 137 106 30 530 133 50
Binary 11000001 1001 111010 0 1011111 1000110 11000 101011000 1011011 101000

Color Harmonies of #C1093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1093A

Black with #C1093A

Text Example


Text Example

White with #C1093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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