Html Css Color HEX #C4133C Cardinal

📋 copy color: '#C4133C'

red 196 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #C4133C

Tints of Cardinal #C4133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 71.27%
G = 6.91%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4133C (or 0xC4133C) is known color: Cardinal. HEX triplet: C4, 13 and 3C. RGB value is (196,19,60). Sum of RGB (Red+Green+Blue) = 196+19+60=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4133C is #3BECC3. Grayscale: #4C4C4C. Windows color (decimal): -3927236 or 3937220. OLE color: 3937220.

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

Color convert

RGB 196 19 60 -
CMYK 0 0.90 0.69 0.23
HSL 346.1º 0.82% 0.42% -
HSV(B) 346.1º 0.9% 0.77% -
XYZ 23.81 12.53 5.44 -
YUV 76.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 196 19 60 0 0.90 0.69 0.23 346.1 0.82 0.42
Hex C4 13 3C 0 5A 45 17 15A 52 2A
Octal 304 23 74 0 132 105 27 532 122 52
Binary 11000100 10011 111100 0 1011010 1000101 10111 101011010 1010010 101010

Color Harmonies of #C4133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4133C

Black with #C4133C

Text Example


Text Example

White with #C4133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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