Html Css Color HEX #C1093B Cardinal

📋 copy color: '#C1093B'

red 193 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #C1093B

Tints of Cardinal #C1093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.61%

R = 73.95%
G = 3.45%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1093B (or 0xC1093B) is known color: Cardinal. HEX triplet: C1, 09 and 3B. RGB value is (193,9,59). Sum of RGB (Red+Green+Blue) = 193+9+59=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1093B is #3EF6C4. Grayscale: #454545. Windows color (decimal): -4126405 or 3869121. OLE color: 3869121.

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

Color convert

RGB 193 9 59 -
CMYK 0 0.95 0.69 0.24
HSL 343.7º 0.91% 0.4% -
HSV(B) 343.7º 0.95% 0.76% -
XYZ 22.88 11.85 5.22 -
YUV 69.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 193 9 59 0 0.95 0.69 0.24 343.7 0.91 0.4
Hex C1 9 3B 0 5F 45 18 158 5B 28
Octal 301 11 73 0 137 105 30 530 133 50
Binary 11000001 1001 111011 0 1011111 1000101 11000 101011000 1011011 101000

Color Harmonies of #C1093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1093B

Black with #C1093B

Text Example


Text Example

White with #C1093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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