Html Css Color HEX #C0073E Cardinal

📋 copy color: '#C0073E'

red 192 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #C0073E

Tints of Cardinal #C0073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 73.56%
G = 2.68%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0073E (or 0xC0073E) is known color: Cardinal. HEX triplet: C0, 07 and 3E. RGB value is (192,7,62). Sum of RGB (Red+Green+Blue) = 192+7+62=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0073E is #3FF8C1. Grayscale: #444444. Windows color (decimal): -4192450 or 4065216. OLE color: 4065216.

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

Color convert

RGB 192 7 62 -
CMYK 0 0.96 0.68 0.25
HSL 342.16º 0.93% 0.39% -
HSV(B) 342.16º 0.96% 0.75% -
XYZ 22.68 11.71 5.62 -
YUV 68.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 192 7 62 0 0.96 0.68 0.25 342.16 0.93 0.39
Hex C0 7 3E 0 60 44 19 156 5D 27
Octal 300 7 76 0 140 104 31 526 135 47
Binary 11000000 111 111110 0 1100000 1000100 11001 101010110 1011101 100111

Color Harmonies of #C0073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0073E

Black with #C0073E

Text Example


Text Example

White with #C0073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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