Html Css Color HEX #C0183C Cardinal

📋 copy color: '#C0183C'

red 192 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #C0183C

Tints of Cardinal #C0183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 69.57%
G = 8.7%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0183C (or 0xC0183C) is known color: Cardinal. HEX triplet: C0, 18 and 3C. RGB value is (192,24,60). Sum of RGB (Red+Green+Blue) = 192+24+60=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0183C is #3FE7C3. Grayscale: #4E4E4E. Windows color (decimal): -4188100 or 3938496. OLE color: 3938496.

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

Color convert

RGB 192 24 60 -
CMYK 0 0.88 0.69 0.25
HSL 347.14º 0.78% 0.42% -
HSV(B) 347.14º 0.88% 0.75% -
XYZ 22.88 12.19 5.42 -
YUV 78.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 192 24 60 0 0.88 0.69 0.25 347.14 0.78 0.42
Hex C0 18 3C 0 58 45 19 15B 4E 2A
Octal 300 30 74 0 130 105 31 533 116 52
Binary 11000000 11000 111100 0 1011000 1000101 11001 101011011 1001110 101010

Color Harmonies of #C0183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0183C

Black with #C0183C

Text Example


Text Example

White with #C0183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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