Html Css Color HEX #C3103A Cardinal

📋 copy color: '#C3103A'

red 195 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #C3103A

Tints of Cardinal #C3103A

RGB

 RED value IS 195 (76.56% from 255) = 72.49%

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 72.49%
G = 5.95%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3103A (or 0xC3103A) is known color: Cardinal. HEX triplet: C3, 10 and 3A. RGB value is (195,16,58). Sum of RGB (Red+Green+Blue) = 195+16+58=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C3103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3103A is #3CEFC5. Grayscale: #4A4A4A. Windows color (decimal): -3993542 or 3805379. OLE color: 3805379.

HSL color Cylindrical-coordinate representation of color #C3103A: hue angle of 345.92º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3103A is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 58 -
CMYK 0 0.92 0.70 0.24
HSL 345.92º 0.85% 0.41% -
HSV(B) 345.92º 0.92% 0.76% -
XYZ 23.45 12.28 5.14 -
YUV 74.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 195 16 58 0 0.92 0.70 0.24 345.92 0.85 0.41
Hex C3 10 3A 0 5C 46 18 15A 55 29
Octal 303 20 72 0 134 106 30 532 125 51
Binary 11000011 10000 111010 0 1011100 1000110 11000 101011010 1010101 101001

Color Harmonies of #C3103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3103A

Black with #C3103A

Text Example


Text Example

White with #C3103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3103A; }

 p { color: rgb(195,16,58); }

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

background-color css

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

 a { background-color: rgb(195,16,58); }

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

border-color css

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

 span { border-color: rgb(195,16,58); }

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