Html Css Color HEX #C00A44 Cardinal

📋 copy color: '#C00A44'

red 192 ◦ green 10 ◦ blue 68

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

Shades of Cardinal #C00A44

Tints of Cardinal #C00A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 71.11%
G = 3.7%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00A44 (or 0xC00A44) is known color: Cardinal. HEX triplet: C0, 0A and 44. RGB value is (192,10,68). Sum of RGB (Red+Green+Blue) = 192+10+68=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A44 is #3FF5BB. Grayscale: #464646. Windows color (decimal): -4191676 or 4459200. OLE color: 4459200.

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

Color convert

RGB 192 10 68 -
CMYK 0 0.95 0.65 0.25
HSL 340.88º 0.9% 0.4% -
HSV(B) 340.88º 0.95% 0.75% -
XYZ 22.89 11.84 6.55 -
YUV 71.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 192 10 68 0 0.95 0.65 0.25 340.88 0.9 0.4
Hex C0 A 44 0 5F 41 19 155 5A 28
Octal 300 12 104 0 137 101 31 525 132 50
Binary 11000000 1010 1000100 0 1011111 1000001 11001 101010101 1011010 101000

Color Harmonies of #C00A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A44

Black with #C00A44

Text Example


Text Example

White with #C00A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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