Html Css Color HEX #C01646 Cardinal

📋 copy color: '#C01646'

red 192 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #C01646

Tints of Cardinal #C01646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 67.61%
G = 7.75%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C01646 (or 0xC01646) is known color: Cardinal. HEX triplet: C0, 16 and 46. RGB value is (192,22,70). Sum of RGB (Red+Green+Blue) = 192+22+70=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C01646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01646 is #3FE9B9. Grayscale: #4E4E4E. Windows color (decimal): -4188602 or 4593344. OLE color: 4593344.

HSL color Cylindrical-coordinate representation of color #C01646: hue angle of 343.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01646 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 70 -
CMYK 0 0.89 0.64 0.25
HSL 343.06º 0.79% 0.42% -
HSV(B) 343.06º 0.89% 0.75% -
XYZ 23.13 12.22 6.93 -
YUV 78.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 192 22 70 0 0.89 0.64 0.25 343.06 0.79 0.42
Hex C0 16 46 0 59 40 19 157 4F 2A
Octal 300 26 106 0 131 100 31 527 117 52
Binary 11000000 10110 1000110 0 1011001 1000000 11001 101010111 1001111 101010

Color Harmonies of #C01646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01646

Black with #C01646

Text Example


Text Example

White with #C01646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01646; }

 p { color: rgb(192,22,70); }

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

background-color css

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

 a { background-color: rgb(192,22,70); }

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

border-color css

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

 span { border-color: rgb(192,22,70); }

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