Html Css Color HEX #C4053A Cardinal

📋 copy color: '#C4053A'

red 196 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #C4053A

Tints of Cardinal #C4053A

RGB

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

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

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

R = 75.68%
G = 1.93%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4053A (or 0xC4053A) is known color: Cardinal. HEX triplet: C4, 05 and 3A. RGB value is (196,5,58). Sum of RGB (Red+Green+Blue) = 196+5+58=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4053A is #3BFAC5. Grayscale: #444444. Windows color (decimal): -3930822 or 3802564. OLE color: 3802564.

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

Color convert

RGB 196 5 58 -
CMYK 0 0.97 0.70 0.23
HSL 343.35º 0.95% 0.39% -
HSV(B) 343.35º 0.97% 0.77% -
XYZ 23.58 12.15 5.11 -
YUV 68.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 196 5 58 0 0.97 0.70 0.23 343.35 0.95 0.39
Hex C4 5 3A 0 61 46 17 157 5F 27
Octal 304 5 72 0 141 106 27 527 137 47
Binary 11000100 101 111010 0 1100001 1000110 10111 101010111 1011111 100111

Color Harmonies of #C4053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4053A

Black with #C4053A

Text Example


Text Example

White with #C4053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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