Html Css Color HEX #C01A3C Cardinal

📋 copy color: '#C01A3C'

red 192 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #C01A3C

Tints of Cardinal #C01A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 69.06%
G = 9.35%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C01A3C (or 0xC01A3C) is known color: Cardinal. HEX triplet: C0, 1A and 3C. RGB value is (192,26,60). Sum of RGB (Red+Green+Blue) = 192+26+60=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A3C is #3FE5C3. Grayscale: #4F4F4F. Windows color (decimal): -4187588 or 3939008. OLE color: 3939008.

HSL color Cylindrical-coordinate representation of color #C01A3C: hue angle of 347.71º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A3C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 60 -
CMYK 0 0.86 0.69 0.25
HSL 347.71º 0.76% 0.43% -
HSV(B) 347.71º 0.86% 0.75% -
XYZ 22.92 12.27 5.44 -
YUV 79.51 117 208.24 -
System Red Green Blue C M Y K H S L
Decimal 192 26 60 0 0.86 0.69 0.25 347.71 0.76 0.43
Hex C0 1A 3C 0 56 45 19 15C 4C 2B
Octal 300 32 74 0 126 105 31 534 114 53
Binary 11000000 11010 111100 0 1010110 1000101 11001 101011100 1001100 101011

Color Harmonies of #C01A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A3C

Black with #C01A3C

Text Example


Text Example

White with #C01A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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