Html Css Color HEX #C1092D Cardinal

📋 copy color: '#C1092D'

red 193 ◦ green 9 ◦ blue 45

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

Shades of Cardinal #C1092D

Tints of Cardinal #C1092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 78.14%
G = 3.64%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1092D (or 0xC1092D) is known color: Cardinal. HEX triplet: C1, 09 and 2D. RGB value is (193,9,45). Sum of RGB (Red+Green+Blue) = 193+9+45=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C1092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1092D is #3EF6D2. Grayscale: #444444. Windows color (decimal): -4126419 or 2951617. OLE color: 2951617.

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

Color convert

RGB 193 9 45 -
CMYK 0 0.95 0.77 0.24
HSL 348.26º 0.91% 0.4% -
HSV(B) 348.26º 0.95% 0.76% -
XYZ 22.56 11.72 3.56 -
YUV 68.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 193 9 45 0 0.95 0.77 0.24 348.26 0.91 0.4
Hex C1 9 2D 0 5F 4D 18 15C 5B 28
Octal 301 11 55 0 137 115 30 534 133 50
Binary 11000001 1001 101101 0 1011111 1001101 11000 101011100 1011011 101000

Color Harmonies of #C1092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1092D

Black with #C1092D

Text Example


Text Example

White with #C1092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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