Html Css Color HEX #C10132 Cardinal

📋 copy color: '#C10132'

red 193 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #C10132

Tints of Cardinal #C10132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 79.1%
G = 0.41%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10132 (or 0xC10132) is known color: Cardinal. HEX triplet: C1, 01 and 32. RGB value is (193,1,50). Sum of RGB (Red+Green+Blue) = 193+1+50=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C10132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10132 is #3EFECD. Grayscale: #3F3F3F. Windows color (decimal): -4128462 or 3277249. OLE color: 3277249.

HSL color Cylindrical-coordinate representation of color #C10132: hue angle of 344.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10132 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 50 -
CMYK 0 0.99 0.74 0.24
HSL 344.69º 0.99% 0.38% -
HSV(B) 344.69º 0.99% 0.76% -
XYZ 22.58 11.59 4.06 -
YUV 63.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 193 1 50 0 0.99 0.74 0.24 344.69 0.99 0.38
Hex C1 1 32 0 63 4A 18 159 63 26
Octal 301 1 62 0 143 112 30 531 143 46
Binary 11000001 1 110010 0 1100011 1001010 11000 101011001 1100011 100110

Color Harmonies of #C10132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10132

Black with #C10132

Text Example


Text Example

White with #C10132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10132; }

 p { color: rgb(193,1,50); }

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

background-color css

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

 a { background-color: rgb(193,1,50); }

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

border-color css

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

 span { border-color: rgb(193,1,50); }

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