Html Css Color HEX #C00A3E Cardinal

📋 copy color: '#C00A3E'

red 192 ◦ green 10 ◦ blue 62

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

Shades of Cardinal #C00A3E

Tints of Cardinal #C00A3E

RGB

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

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

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

R = 72.73%
G = 3.79%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C00A3E (or 0xC00A3E) is known color: Cardinal. HEX triplet: C0, 0A and 3E. RGB value is (192,10,62). Sum of RGB (Red+Green+Blue) = 192+10+62=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A3E is #3FF5C1. Grayscale: #464646. Windows color (decimal): -4191682 or 4065984. OLE color: 4065984.

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

Color convert

RGB 192 10 62 -
CMYK 0 0.95 0.68 0.25
HSL 342.86º 0.9% 0.4% -
HSV(B) 342.86º 0.95% 0.75% -
XYZ 22.72 11.77 5.63 -
YUV 70.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 192 10 62 0 0.95 0.68 0.25 342.86 0.9 0.4
Hex C0 A 3E 0 5F 44 19 157 5A 28
Octal 300 12 76 0 137 104 31 527 132 50
Binary 11000000 1010 111110 0 1011111 1000100 11001 101010111 1011010 101000

Color Harmonies of #C00A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A3E

Black with #C00A3E

Text Example


Text Example

White with #C00A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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