Html Css Color HEX #C0132E Cardinal

📋 copy color: '#C0132E'

red 192 ◦ green 19 ◦ blue 46

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

Shades of Cardinal #C0132E

Tints of Cardinal #C0132E

RGB

 RED value IS 192 (75.39% from 255) = 74.71%

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 74.71%
G = 7.39%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0132E (or 0xC0132E) is known color: Cardinal. HEX triplet: C0, 13 and 2E. RGB value is (192,19,46). Sum of RGB (Red+Green+Blue) = 192+19+46=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0132E is #3FECD1. Grayscale: #494949. Windows color (decimal): -4189394 or 3019712. OLE color: 3019712.

HSL color Cylindrical-coordinate representation of color #C0132E: hue angle of 350.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0132E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 46 -
CMYK 0 0.90 0.76 0.25
HSL 350.64º 0.82% 0.41% -
HSV(B) 350.64º 0.9% 0.75% -
XYZ 22.46 11.87 3.69 -
YUV 73.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 192 19 46 0 0.90 0.76 0.25 350.64 0.82 0.41
Hex C0 13 2E 0 5A 4C 19 15F 52 29
Octal 300 23 56 0 132 114 31 537 122 51
Binary 11000000 10011 101110 0 1011010 1001100 11001 101011111 1010010 101001

Color Harmonies of #C0132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0132E

Black with #C0132E

Text Example


Text Example

White with #C0132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0132E; }

 p { color: rgb(192,19,46); }

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

background-color css

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

 a { background-color: rgb(192,19,46); }

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

border-color css

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

 span { border-color: rgb(192,19,46); }

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