Html Css Color HEX #C00A4A Cardinal

📋 copy color: '#C00A4A'

red 192 ◦ green 10 ◦ blue 74

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

Shades of Cardinal #C00A4A

Tints of Cardinal #C00A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 69.57%
G = 3.62%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C00A4A (or 0xC00A4A) is known color: Cardinal. HEX triplet: C0, 0A and 4A. RGB value is (192,10,74). Sum of RGB (Red+Green+Blue) = 192+10+74=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A4A is #3FF5B5. Grayscale: #474747. Windows color (decimal): -4191670 or 4852416. OLE color: 4852416.

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

Color convert

RGB 192 10 74 -
CMYK 0 0.95 0.61 0.25
HSL 338.9º 0.9% 0.4% -
HSV(B) 338.9º 0.95% 0.75% -
XYZ 23.08 11.92 7.56 -
YUV 71.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 192 10 74 0 0.95 0.61 0.25 338.9 0.9 0.4
Hex C0 A 4A 0 5F 3D 19 153 5A 28
Octal 300 12 112 0 137 75 31 523 132 50
Binary 11000000 1010 1001010 0 1011111 111101 11001 101010011 1011010 101000

Color Harmonies of #C00A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A4A

Black with #C00A4A

Text Example


Text Example

White with #C00A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A4A; }

 p { color: rgb(192,10,74); }

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

background-color css

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

 a { background-color: rgb(192,10,74); }

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

border-color css

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

 span { border-color: rgb(192,10,74); }

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