Html Css Color HEX #C01A4B Cardinal

📋 copy color: '#C01A4B'

red 192 ◦ green 26 ◦ blue 75

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

Shades of Cardinal #C01A4B

Tints of Cardinal #C01A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 65.53%
G = 8.87%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C01A4B (or 0xC01A4B) is known color: Cardinal. HEX triplet: C0, 1A and 4B. RGB value is (192,26,75). Sum of RGB (Red+Green+Blue) = 192+26+75=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A4B is #3FE5B4. Grayscale: #515151. Windows color (decimal): -4187573 or 4922048. OLE color: 4922048.

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

Color convert

RGB 192 26 75 -
CMYK 0 0.86 0.61 0.25
HSL 342.29º 0.76% 0.43% -
HSV(B) 342.29º 0.86% 0.75% -
XYZ 23.38 12.45 7.83 -
YUV 81.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 192 26 75 0 0.86 0.61 0.25 342.29 0.76 0.43
Hex C0 1A 4B 0 56 3D 19 156 4C 2B
Octal 300 32 113 0 126 75 31 526 114 53
Binary 11000000 11010 1001011 0 1010110 111101 11001 101010110 1001100 101011

Color Harmonies of #C01A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A4B

Black with #C01A4B

Text Example


Text Example

White with #C01A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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