Html Css Color HEX #C4103A Cardinal

📋 copy color: '#C4103A'

red 196 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #C4103A

Tints of Cardinal #C4103A

RGB

 RED value IS 196 (76.95% from 255) = 72.59%

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

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

R = 72.59%
G = 5.93%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4103A (or 0xC4103A) is known color: Cardinal. HEX triplet: C4, 10 and 3A. RGB value is (196,16,58). Sum of RGB (Red+Green+Blue) = 196+16+58=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C4103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4103A is #3BEFC5. Grayscale: #4A4A4A. Windows color (decimal): -3928006 or 3805380. OLE color: 3805380.

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

Color convert

RGB 196 16 58 -
CMYK 0 0.92 0.70 0.23
HSL 346º 0.85% 0.42% -
HSV(B) 346º 0.92% 0.77% -
XYZ 23.71 12.41 5.15 -
YUV 74.61 118.63 214.58 -
System Red Green Blue C M Y K H S L
Decimal 196 16 58 0 0.92 0.70 0.23 346 0.85 0.42
Hex C4 10 3A 0 5C 46 17 15A 55 2A
Octal 304 20 72 0 134 106 27 532 125 52
Binary 11000100 10000 111010 0 1011100 1000110 10111 101011010 1010101 101010

Color Harmonies of #C4103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4103A

Black with #C4103A

Text Example


Text Example

White with #C4103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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