Html Css Color HEX #C0003E Cardinal

📋 copy color: '#C0003E'

red 192 ◦ green 0 ◦ blue 62

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

Shades of Cardinal #C0003E

Tints of Cardinal #C0003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.59%
G = 0%
B = 24.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0003E (or 0xC0003E) is known color: Cardinal. HEX triplet: C0, 00 and 3E. RGB value is (192,0,62). Sum of RGB (Red+Green+Blue) = 192+0+62=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C0003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0003E is #3FFFC1. Grayscale: #404040. Windows color (decimal): -4194242 or 4063424. OLE color: 4063424.

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

Color convert

RGB 192 0 62 -
CMYK 0 1 0.68 0.25
HSL 340.63º 1% 0.38% -
HSV(B) 340.63º 1% 0.75% -
XYZ 22.61 11.55 5.6 -
YUV 64.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 192 0 62 0 1 0.68 0.25 340.63 1 0.38
Hex C0 0 3E 0 64 44 19 155 64 26
Octal 300 0 76 0 144 104 31 525 144 46
Binary 11000000 0 111110 0 1100100 1000100 11001 101010101 1100100 100110

Color Harmonies of #C0003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0003E

Black with #C0003E

Text Example


Text Example

White with #C0003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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