Html Css Color HEX #C12934 Cardinal

📋 copy color: '#C12934'

red 193 ◦ green 41 ◦ blue 52

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

Shades of Cardinal #C12934

Tints of Cardinal #C12934

RGB

 RED value IS 193 (75.78% from 255) = 67.48%

 GREEN value IS 41 (16.41% from 255) = 14.34%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 67.48%
G = 14.34%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C12934 (or 0xC12934) is known color: Cardinal. HEX triplet: C1, 29 and 34. RGB value is (193,41,52). Sum of RGB (Red+Green+Blue) = 193+41+52=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C12934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12934 is #3ED6CB. Grayscale: #575757. Windows color (decimal): -4118220 or 3418561. OLE color: 3418561.

HSL color Cylindrical-coordinate representation of color #C12934: hue angle of 355.66º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12934 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 52 -
CMYK 0 0.79 0.73 0.24
HSL 355.66º 0.65% 0.46% -
HSV(B) 355.66º 0.79% 0.76% -
XYZ 23.41 13.17 4.56 -
YUV 87.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 193 41 52 0 0.79 0.73 0.24 355.66 0.65 0.46
Hex C1 29 34 0 4F 49 18 164 41 2E
Octal 301 51 64 0 117 111 30 544 101 56
Binary 11000001 101001 110100 0 1001111 1001001 11000 101100100 1000001 101110

Color Harmonies of #C12934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12934

Black with #C12934

Text Example


Text Example

White with #C12934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12934; }

 p { color: rgb(193,41,52); }

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

background-color css

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

 a { background-color: rgb(193,41,52); }

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

border-color css

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

 span { border-color: rgb(193,41,52); }

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