Html Css Color HEX #C0183A Cardinal

📋 copy color: '#C0183A'

red 192 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #C0183A

Tints of Cardinal #C0183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 70.07%
G = 8.76%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0183A (or 0xC0183A) is known color: Cardinal. HEX triplet: C0, 18 and 3A. RGB value is (192,24,58). Sum of RGB (Red+Green+Blue) = 192+24+58=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0183A is #3FE7C5. Grayscale: #4E4E4E. Windows color (decimal): -4188102 or 3807424. OLE color: 3807424.

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

Color convert

RGB 192 24 58 -
CMYK 0 0.88 0.70 0.25
HSL 347.86º 0.78% 0.42% -
HSV(B) 347.86º 0.88% 0.75% -
XYZ 22.83 12.17 5.15 -
YUV 78.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 192 24 58 0 0.88 0.70 0.25 347.86 0.78 0.42
Hex C0 18 3A 0 58 46 19 15C 4E 2A
Octal 300 30 72 0 130 106 31 534 116 52
Binary 11000000 11000 111010 0 1011000 1000110 11001 101011100 1001110 101010

Color Harmonies of #C0183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0183A

Black with #C0183A

Text Example


Text Example

White with #C0183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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