Html Css Color HEX #C01A3A Cardinal

📋 copy color: '#C01A3A'

red 192 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #C01A3A

Tints of Cardinal #C01A3A

RGB

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

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

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

R = 69.57%
G = 9.42%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C01A3A (or 0xC01A3A) is known color: Cardinal. HEX triplet: C0, 1A and 3A. RGB value is (192,26,58). Sum of RGB (Red+Green+Blue) = 192+26+58=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A3A is #3FE5C5. Grayscale: #4F4F4F. Windows color (decimal): -4187590 or 3807936. OLE color: 3807936.

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

Color convert

RGB 192 26 58 -
CMYK 0 0.86 0.70 0.25
HSL 348.43º 0.76% 0.43% -
HSV(B) 348.43º 0.86% 0.75% -
XYZ 22.87 12.25 5.16 -
YUV 79.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 192 26 58 0 0.86 0.70 0.25 348.43 0.76 0.43
Hex C0 1A 3A 0 56 46 19 15C 4C 2B
Octal 300 32 72 0 126 106 31 534 114 53
Binary 11000000 11010 111010 0 1010110 1000110 11001 101011100 1001100 101011

Color Harmonies of #C01A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A3A

Black with #C01A3A

Text Example


Text Example

White with #C01A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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