Html Css Color HEX #C1172B Cardinal

📋 copy color: '#C1172B'

red 193 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #C1172B

Tints of Cardinal #C1172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 74.52%
G = 8.88%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1172B (or 0xC1172B) is known color: Cardinal. HEX triplet: C1, 17 and 2B. RGB value is (193,23,43). Sum of RGB (Red+Green+Blue) = 193+23+43=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1172B is #3EE8D4. Grayscale: #4C4C4C. Windows color (decimal): -4122837 or 2824129. OLE color: 2824129.

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

Color convert

RGB 193 23 43 -
CMYK 0 0.88 0.78 0.24
HSL 352.94º 0.79% 0.42% -
HSV(B) 352.94º 0.88% 0.76% -
XYZ 22.73 12.12 3.43 -
YUV 76.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 193 23 43 0 0.88 0.78 0.24 352.94 0.79 0.42
Hex C1 17 2B 0 58 4E 18 161 4F 2A
Octal 301 27 53 0 130 116 30 541 117 52
Binary 11000001 10111 101011 0 1011000 1001110 11000 101100001 1001111 101010

Color Harmonies of #C1172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1172B

Black with #C1172B

Text Example


Text Example

White with #C1172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1172B; }

 p { color: rgb(193,23,43); }

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

background-color css

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

 a { background-color: rgb(193,23,43); }

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

border-color css

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

 span { border-color: rgb(193,23,43); }

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