Html Css Color HEX #C0053E Cardinal

📋 copy color: '#C0053E'

red 192 ◦ green 5 ◦ blue 62

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

Shades of Cardinal #C0053E

Tints of Cardinal #C0053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 74.13%
G = 1.93%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0053E (or 0xC0053E) is known color: Cardinal. HEX triplet: C0, 05 and 3E. RGB value is (192,5,62). Sum of RGB (Red+Green+Blue) = 192+5+62=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0053E is #3FFAC1. Grayscale: #434343. Windows color (decimal): -4192962 or 4064704. OLE color: 4064704.

HSL color Cylindrical-coordinate representation of color #C0053E: hue angle of 341.71º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0053E is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 62 -
CMYK 0 0.97 0.68 0.25
HSL 341.71º 0.95% 0.39% -
HSV(B) 341.71º 0.97% 0.75% -
XYZ 22.66 11.66 5.61 -
YUV 67.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 192 5 62 0 0.97 0.68 0.25 341.71 0.95 0.39
Hex C0 5 3E 0 61 44 19 156 5F 27
Octal 300 5 76 0 141 104 31 526 137 47
Binary 11000000 101 111110 0 1100001 1000100 11001 101010110 1011111 100111

Color Harmonies of #C0053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0053E

Black with #C0053E

Text Example


Text Example

White with #C0053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0053E; }

 p { color: rgb(192,5,62); }

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

background-color css

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

 a { background-color: rgb(192,5,62); }

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

border-color css

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

 span { border-color: rgb(192,5,62); }

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