Html Css Color HEX #C1053B Cardinal

📋 copy color: '#C1053B'

red 193 ◦ green 5 ◦ blue 59

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

Shades of Cardinal #C1053B

Tints of Cardinal #C1053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 75.1%
G = 1.95%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1053B (or 0xC1053B) is known color: Cardinal. HEX triplet: C1, 05 and 3B. RGB value is (193,5,59). Sum of RGB (Red+Green+Blue) = 193+5+59=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1053B is #3EFAC4. Grayscale: #434343. Windows color (decimal): -4127429 or 3868097. OLE color: 3868097.

HSL color Cylindrical-coordinate representation of color #C1053B: hue angle of 342.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1053B is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 59 -
CMYK 0 0.97 0.69 0.24
HSL 342.77º 0.95% 0.39% -
HSV(B) 342.77º 0.97% 0.76% -
XYZ 22.84 11.76 5.2 -
YUV 67.37 123.28 217.61 -
System Red Green Blue C M Y K H S L
Decimal 193 5 59 0 0.97 0.69 0.24 342.77 0.95 0.39
Hex C1 5 3B 0 61 45 18 157 5F 27
Octal 301 5 73 0 141 105 30 527 137 47
Binary 11000001 101 111011 0 1100001 1000101 11000 101010111 1011111 100111

Color Harmonies of #C1053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1053B

Black with #C1053B

Text Example


Text Example

White with #C1053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1053B; }

 p { color: rgb(193,5,59); }

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

background-color css

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

 a { background-color: rgb(193,5,59); }

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

border-color css

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

 span { border-color: rgb(193,5,59); }

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