Html Css Color HEX #C0184D Cardinal

📋 copy color: '#C0184D'

red 192 ◦ green 24 ◦ blue 77

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

Shades of Cardinal #C0184D

Tints of Cardinal #C0184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 65.53%
G = 8.19%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0184D (or 0xC0184D) is known color: Cardinal. HEX triplet: C0, 18 and 4D. RGB value is (192,24,77). Sum of RGB (Red+Green+Blue) = 192+24+77=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0184D is #3FE7B2. Grayscale: #505050. Windows color (decimal): -4188083 or 5052608. OLE color: 5052608.

HSL color Cylindrical-coordinate representation of color #C0184D: hue angle of 341.07º degrees, saturation: 0.78, 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 #C0184D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 77 -
CMYK 0 0.88 0.60 0.25
HSL 341.07º 0.78% 0.42% -
HSV(B) 341.07º 0.88% 0.75% -
XYZ 23.4 12.4 8.18 -
YUV 80.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 192 24 77 0 0.88 0.60 0.25 341.07 0.78 0.42
Hex C0 18 4D 0 58 3C 19 155 4E 2A
Octal 300 30 115 0 130 74 31 525 116 52
Binary 11000000 11000 1001101 0 1011000 111100 11001 101010101 1001110 101010

Color Harmonies of #C0184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0184D

Black with #C0184D

Text Example


Text Example

White with #C0184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0184D; }

 p { color: rgb(192,24,77); }

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

background-color css

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

 a { background-color: rgb(192,24,77); }

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

border-color css

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

 span { border-color: rgb(192,24,77); }

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