Html Css Color HEX #C1152B Cardinal

📋 copy color: '#C1152B'

red 193 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #C1152B

Tints of Cardinal #C1152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 75.1%
G = 8.17%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1152B (or 0xC1152B) is known color: Cardinal. HEX triplet: C1, 15 and 2B. RGB value is (193,21,43). Sum of RGB (Red+Green+Blue) = 193+21+43=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1152B is #3EEAD4. Grayscale: #4B4B4B. Windows color (decimal): -4123349 or 2823617. OLE color: 2823617.

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

Color convert

RGB 193 21 43 -
CMYK 0 0.89 0.78 0.24
HSL 352.33º 0.8% 0.42% -
HSV(B) 352.33º 0.89% 0.76% -
XYZ 22.7 12.05 3.41 -
YUV 74.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 193 21 43 0 0.89 0.78 0.24 352.33 0.8 0.42
Hex C1 15 2B 0 59 4E 18 160 50 2A
Octal 301 25 53 0 131 116 30 540 120 52
Binary 11000001 10101 101011 0 1011001 1001110 11000 101100000 1010000 101010

Color Harmonies of #C1152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1152B

Black with #C1152B

Text Example


Text Example

White with #C1152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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