Html Css Color HEX #C4003C Cardinal

📋 copy color: '#C4003C'

red 196 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #C4003C

Tints of Cardinal #C4003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.56%
G = 0%
B = 23.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4003C (or 0xC4003C) is known color: Cardinal. HEX triplet: C4, 00 and 3C. RGB value is (196,0,60). Sum of RGB (Red+Green+Blue) = 196+0+60=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4003C is #3BFFC3. Grayscale: #414141. Windows color (decimal): -3932100 or 3932356. OLE color: 3932356.

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

Color convert

RGB 196 0 60 -
CMYK 0 1 0.69 0.23
HSL 341.63º 1% 0.38% -
HSV(B) 341.63º 1% 0.77% -
XYZ 23.58 12.06 5.36 -
YUV 65.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 196 0 60 0 1 0.69 0.23 341.63 1 0.38
Hex C4 0 3C 0 64 45 17 156 64 26
Octal 304 0 74 0 144 105 27 526 144 46
Binary 11000100 0 111100 0 1100100 1000101 10111 101010110 1100100 100110

Color Harmonies of #C4003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4003C

Black with #C4003C

Text Example


Text Example

White with #C4003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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