Html Css Color HEX #C0073C Cardinal

📋 copy color: '#C0073C'

red 192 ◦ green 7 ◦ blue 60

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

Shades of Cardinal #C0073C

Tints of Cardinal #C0073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 74.13%
G = 2.7%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0073C (or 0xC0073C) is known color: Cardinal. HEX triplet: C0, 07 and 3C. RGB value is (192,7,60). Sum of RGB (Red+Green+Blue) = 192+7+60=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0073C is #3FF8C3. Grayscale: #444444. Windows color (decimal): -4192452 or 3934144. OLE color: 3934144.

HSL color Cylindrical-coordinate representation of color #C0073C: hue angle of 342.81º 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 #C0073C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 60 -
CMYK 0 0.96 0.69 0.25
HSL 342.81º 0.93% 0.39% -
HSV(B) 342.81º 0.96% 0.75% -
XYZ 22.63 11.68 5.34 -
YUV 68.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 192 7 60 0 0.96 0.69 0.25 342.81 0.93 0.39
Hex C0 7 3C 0 60 45 19 157 5D 27
Octal 300 7 74 0 140 105 31 527 135 47
Binary 11000000 111 111100 0 1100000 1000101 11001 101010111 1011101 100111

Color Harmonies of #C0073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0073C

Black with #C0073C

Text Example


Text Example

White with #C0073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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