Html Css Color HEX #C01A38 Cardinal

📋 copy color: '#C01A38'

red 192 ◦ green 26 ◦ blue 56

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

Shades of Cardinal #C01A38

Tints of Cardinal #C01A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 70.07%
G = 9.49%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C01A38 (or 0xC01A38) is known color: Cardinal. HEX triplet: C0, 1A and 38. RGB value is (192,26,56). Sum of RGB (Red+Green+Blue) = 192+26+56=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A38 is #3FE5C7. Grayscale: #4F4F4F. Windows color (decimal): -4187592 or 3676864. OLE color: 3676864.

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

Color convert

RGB 192 26 56 -
CMYK 0 0.86 0.71 0.25
HSL 349.16º 0.76% 0.43% -
HSV(B) 349.16º 0.86% 0.75% -
XYZ 22.82 12.23 4.9 -
YUV 79.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 192 26 56 0 0.86 0.71 0.25 349.16 0.76 0.43
Hex C0 1A 38 0 56 47 19 15D 4C 2B
Octal 300 32 70 0 126 107 31 535 114 53
Binary 11000000 11010 111000 0 1010110 1000111 11001 101011101 1001100 101011

Color Harmonies of #C01A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A38

Black with #C01A38

Text Example


Text Example

White with #C01A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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