Html Css Color HEX #C01A48 Cardinal

📋 copy color: '#C01A48'

red 192 ◦ green 26 ◦ blue 72

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

Shades of Cardinal #C01A48

Tints of Cardinal #C01A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 66.21%
G = 8.97%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C01A48 (or 0xC01A48) is known color: Cardinal. HEX triplet: C0, 1A and 48. RGB value is (192,26,72). Sum of RGB (Red+Green+Blue) = 192+26+72=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A48 is #3FE5B7. Grayscale: #505050. Windows color (decimal): -4187576 or 4725440. OLE color: 4725440.

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

Color convert

RGB 192 26 72 -
CMYK 0 0.86 0.63 0.25
HSL 343.37º 0.76% 0.43% -
HSV(B) 343.37º 0.86% 0.75% -
XYZ 23.28 12.41 7.3 -
YUV 80.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 192 26 72 0 0.86 0.63 0.25 343.37 0.76 0.43
Hex C0 1A 48 0 56 3F 19 157 4C 2B
Octal 300 32 110 0 126 77 31 527 114 53
Binary 11000000 11010 1001000 0 1010110 111111 11001 101010111 1001100 101011

Color Harmonies of #C01A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A48

Black with #C01A48

Text Example


Text Example

White with #C01A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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