Html Css Color HEX #C1092E Cardinal

📋 copy color: '#C1092E'

red 193 ◦ green 9 ◦ blue 46

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

Shades of Cardinal #C1092E

Tints of Cardinal #C1092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.55%

R = 77.82%
G = 3.63%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1092E (or 0xC1092E) is known color: Cardinal. HEX triplet: C1, 09 and 2E. RGB value is (193,9,46). Sum of RGB (Red+Green+Blue) = 193+9+46=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C1092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1092E is #3EF6D1. Grayscale: #444444. Windows color (decimal): -4126418 or 3017153. OLE color: 3017153.

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

Color convert

RGB 193 9 46 -
CMYK 0 0.95 0.76 0.24
HSL 347.93º 0.91% 0.4% -
HSV(B) 347.93º 0.95% 0.76% -
XYZ 22.58 11.73 3.66 -
YUV 68.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 193 9 46 0 0.95 0.76 0.24 347.93 0.91 0.4
Hex C1 9 2E 0 5F 4C 18 15C 5B 28
Octal 301 11 56 0 137 114 30 534 133 50
Binary 11000001 1001 101110 0 1011111 1001100 11000 101011100 1011011 101000

Color Harmonies of #C1092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1092E

Black with #C1092E

Text Example


Text Example

White with #C1092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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