Html Css Color HEX #C0123C Cardinal

📋 copy color: '#C0123C'

red 192 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #C0123C

Tints of Cardinal #C0123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 71.11%
G = 6.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0123C (or 0xC0123C) is known color: Cardinal. HEX triplet: C0, 12 and 3C. RGB value is (192,18,60). Sum of RGB (Red+Green+Blue) = 192+18+60=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0123C is #3FEDC3. Grayscale: #4A4A4A. Windows color (decimal): -4189636 or 3936960. OLE color: 3936960.

HSL color Cylindrical-coordinate representation of color #C0123C: hue angle of 345.52º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0123C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 60 -
CMYK 0 0.91 0.69 0.25
HSL 345.52º 0.83% 0.41% -
HSV(B) 345.52º 0.91% 0.75% -
XYZ 22.77 11.97 5.38 -
YUV 74.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 192 18 60 0 0.91 0.69 0.25 345.52 0.83 0.41
Hex C0 12 3C 0 5B 45 19 15A 53 29
Octal 300 22 74 0 133 105 31 532 123 51
Binary 11000000 10010 111100 0 1011011 1000101 11001 101011010 1010011 101001

Color Harmonies of #C0123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0123C

Black with #C0123C

Text Example


Text Example

White with #C0123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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