Html Css Color HEX #C4133A Cardinal

📋 copy color: '#C4133A'

red 196 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #C4133A

Tints of Cardinal #C4133A

RGB

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

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

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

R = 71.79%
G = 6.96%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4133A (or 0xC4133A) is known color: Cardinal. HEX triplet: C4, 13 and 3A. RGB value is (196,19,58). Sum of RGB (Red+Green+Blue) = 196+19+58=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4133A is #3BECC5. Grayscale: #4C4C4C. Windows color (decimal): -3927238 or 3806148. OLE color: 3806148.

HSL color Cylindrical-coordinate representation of color #C4133A: hue angle of 346.78º 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 #C4133A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 58 -
CMYK 0 0.90 0.70 0.23
HSL 346.78º 0.82% 0.42% -
HSV(B) 346.78º 0.9% 0.77% -
XYZ 23.76 12.51 5.16 -
YUV 76.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 196 19 58 0 0.90 0.70 0.23 346.78 0.82 0.42
Hex C4 13 3A 0 5A 46 17 15B 52 2A
Octal 304 23 72 0 132 106 27 533 122 52
Binary 11000100 10011 111010 0 1011010 1000110 10111 101011011 1010010 101010

Color Harmonies of #C4133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4133A

Black with #C4133A

Text Example


Text Example

White with #C4133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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