Html Css Color HEX #C01746 Cardinal

📋 copy color: '#C01746'

red 192 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #C01746

Tints of Cardinal #C01746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.07%

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

R = 67.37%
G = 8.07%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C01746 (or 0xC01746) is known color: Cardinal. HEX triplet: C0, 17 and 46. RGB value is (192,23,70). Sum of RGB (Red+Green+Blue) = 192+23+70=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C01746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01746 is #3FE8B9. Grayscale: #4E4E4E. Windows color (decimal): -4188346 or 4593600. OLE color: 4593600.

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

Color convert

RGB 192 23 70 -
CMYK 0 0.88 0.64 0.25
HSL 343.31º 0.79% 0.42% -
HSV(B) 343.31º 0.88% 0.75% -
XYZ 23.15 12.26 6.94 -
YUV 78.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 192 23 70 0 0.88 0.64 0.25 343.31 0.79 0.42
Hex C0 17 46 0 58 40 19 157 4F 2A
Octal 300 27 106 0 130 100 31 527 117 52
Binary 11000000 10111 1000110 0 1011000 1000000 11001 101010111 1001111 101010

Color Harmonies of #C01746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01746

Black with #C01746

Text Example


Text Example

White with #C01746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01746; }

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

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

background-color css

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

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

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

border-color css

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

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

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