Html Css Color HEX #C4033C Cardinal

📋 copy color: '#C4033C'

red 196 ◦ green 3 ◦ blue 60

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

Shades of Cardinal #C4033C

Tints of Cardinal #C4033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 75.68%
G = 1.16%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4033C (or 0xC4033C) is known color: Cardinal. HEX triplet: C4, 03 and 3C. RGB value is (196,3,60). Sum of RGB (Red+Green+Blue) = 196+3+60=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4033C is #3BFCC3. Grayscale: #434343. Windows color (decimal): -3931332 or 3933124. OLE color: 3933124.

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

Color convert

RGB 196 3 60 -
CMYK 0 0.98 0.69 0.23
HSL 342.28º 0.97% 0.39% -
HSV(B) 342.28º 0.98% 0.77% -
XYZ 23.61 12.13 5.37 -
YUV 67.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 196 3 60 0 0.98 0.69 0.23 342.28 0.97 0.39
Hex C4 3 3C 0 62 45 17 156 61 27
Octal 304 3 74 0 142 105 27 526 141 47
Binary 11000100 11 111100 0 1100010 1000101 10111 101010110 1100001 100111

Color Harmonies of #C4033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4033C

Black with #C4033C

Text Example


Text Example

White with #C4033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4033C; }

 p { color: rgb(196,3,60); }

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

background-color css

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

 a { background-color: rgb(196,3,60); }

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

border-color css

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

 span { border-color: rgb(196,3,60); }

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