Html Css Color HEX #C10332 Cardinal

📋 copy color: '#C10332'

red 193 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #C10332

Tints of Cardinal #C10332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 78.46%
G = 1.22%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10332 (or 0xC10332) is known color: Cardinal. HEX triplet: C1, 03 and 32. RGB value is (193,3,50). Sum of RGB (Red+Green+Blue) = 193+3+50=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C10332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10332 is #3EFCCD. Grayscale: #414141. Windows color (decimal): -4127950 or 3277761. OLE color: 3277761.

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

Color convert

RGB 193 3 50 -
CMYK 0 0.98 0.74 0.24
HSL 345.16º 0.97% 0.38% -
HSV(B) 345.16º 0.98% 0.76% -
XYZ 22.6 11.63 4.07 -
YUV 65.17 119.45 219.18 -
System Red Green Blue C M Y K H S L
Decimal 193 3 50 0 0.98 0.74 0.24 345.16 0.97 0.38
Hex C1 3 32 0 62 4A 18 159 61 26
Octal 301 3 62 0 142 112 30 531 141 46
Binary 11000001 11 110010 0 1100010 1001010 11000 101011001 1100001 100110

Color Harmonies of #C10332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10332

Black with #C10332

Text Example


Text Example

White with #C10332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10332; }

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

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

background-color css

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

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

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

border-color css

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

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

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