Html Css Color HEX #C1182D Cardinal

📋 copy color: '#C1182D'

red 193 ◦ green 24 ◦ blue 45

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

Shades of Cardinal #C1182D

Tints of Cardinal #C1182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 73.66%
G = 9.16%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1182D (or 0xC1182D) is known color: Cardinal. HEX triplet: C1, 18 and 2D. RGB value is (193,24,45). Sum of RGB (Red+Green+Blue) = 193+24+45=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C1182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1182D is #3EE7D2. Grayscale: #4D4D4D. Windows color (decimal): -4122579 or 2955457. OLE color: 2955457.

HSL color Cylindrical-coordinate representation of color #C1182D: hue angle of 352.54º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1182D is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 45 -
CMYK 0 0.88 0.77 0.24
HSL 352.54º 0.78% 0.43% -
HSV(B) 352.54º 0.88% 0.76% -
XYZ 22.79 12.18 3.63 -
YUV 76.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 193 24 45 0 0.88 0.77 0.24 352.54 0.78 0.43
Hex C1 18 2D 0 58 4D 18 161 4E 2B
Octal 301 30 55 0 130 115 30 541 116 53
Binary 11000001 11000 101101 0 1011000 1001101 11000 101100001 1001110 101011

Color Harmonies of #C1182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1182D

Black with #C1182D

Text Example


Text Example

White with #C1182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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