Html Css Color HEX #C01A43 Cardinal

📋 copy color: '#C01A43'

red 192 ◦ green 26 ◦ blue 67

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

Shades of Cardinal #C01A43

Tints of Cardinal #C01A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 67.37%
G = 9.12%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C01A43 (or 0xC01A43) is known color: Cardinal. HEX triplet: C0, 1A and 43. RGB value is (192,26,67). Sum of RGB (Red+Green+Blue) = 192+26+67=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A43 is #3FE5BC. Grayscale: #505050. Windows color (decimal): -4187581 or 4397760. OLE color: 4397760.

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

Color convert

RGB 192 26 67 -
CMYK 0 0.86 0.65 0.25
HSL 345.18º 0.76% 0.43% -
HSV(B) 345.18º 0.86% 0.75% -
XYZ 23.12 12.35 6.48 -
YUV 80.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 192 26 67 0 0.86 0.65 0.25 345.18 0.76 0.43
Hex C0 1A 43 0 56 41 19 159 4C 2B
Octal 300 32 103 0 126 101 31 531 114 53
Binary 11000000 11010 1000011 0 1010110 1000001 11001 101011001 1001100 101011

Color Harmonies of #C01A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A43

Black with #C01A43

Text Example


Text Example

White with #C01A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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