Html Css Color HEX #C0073A Cardinal

📋 copy color: '#C0073A'

red 192 ◦ green 7 ◦ blue 58

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

Shades of Cardinal #C0073A

Tints of Cardinal #C0073A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 74.71%
G = 2.72%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0073A (or 0xC0073A) is known color: Cardinal. HEX triplet: C0, 07 and 3A. RGB value is (192,7,58). Sum of RGB (Red+Green+Blue) = 192+7+58=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0073A is #3FF8C5. Grayscale: #444444. Windows color (decimal): -4192454 or 3803072. OLE color: 3803072.

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

Color convert

RGB 192 7 58 -
CMYK 0 0.96 0.70 0.25
HSL 343.46º 0.93% 0.39% -
HSV(B) 343.46º 0.96% 0.75% -
XYZ 22.58 11.66 5.06 -
YUV 68.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 192 7 58 0 0.96 0.70 0.25 343.46 0.93 0.39
Hex C0 7 3A 0 60 46 19 157 5D 27
Octal 300 7 72 0 140 106 31 527 135 47
Binary 11000000 111 111010 0 1100000 1000110 11001 101010111 1011101 100111

Color Harmonies of #C0073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0073A

Black with #C0073A

Text Example


Text Example

White with #C0073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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