Html Css Color HEX #C10532 Cardinal

📋 copy color: '#C10532'

red 193 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #C10532

Tints of Cardinal #C10532

RGB

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

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

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

R = 77.82%
G = 2.02%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10532 (or 0xC10532) is known color: Cardinal. HEX triplet: C1, 05 and 32. RGB value is (193,5,50). Sum of RGB (Red+Green+Blue) = 193+5+50=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C10532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10532 is #3EFACD. Grayscale: #424242. Windows color (decimal): -4127438 or 3278273. OLE color: 3278273.

HSL color Cylindrical-coordinate representation of color #C10532: hue angle of 345.64º 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 #C10532 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 50 -
CMYK 0 0.97 0.74 0.24
HSL 345.64º 0.95% 0.39% -
HSV(B) 345.64º 0.97% 0.76% -
XYZ 22.62 11.68 4.08 -
YUV 66.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 193 5 50 0 0.97 0.74 0.24 345.64 0.95 0.39
Hex C1 5 32 0 61 4A 18 15A 5F 27
Octal 301 5 62 0 141 112 30 532 137 47
Binary 11000001 101 110010 0 1100001 1001010 11000 101011010 1011111 100111

Color Harmonies of #C10532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10532

Black with #C10532

Text Example


Text Example

White with #C10532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10532; }

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

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

background-color css

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

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

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

border-color css

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

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

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