Html Css Color HEX #C0163B Cardinal

📋 copy color: '#C0163B'

red 192 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #C0163B

Tints of Cardinal #C0163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 70.33%
G = 8.06%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0163B (or 0xC0163B) is known color: Cardinal. HEX triplet: C0, 16 and 3B. RGB value is (192,22,59). Sum of RGB (Red+Green+Blue) = 192+22+59=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0163B is #3FE9C4. Grayscale: #4D4D4D. Windows color (decimal): -4188613 or 3872448. OLE color: 3872448.

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

Color convert

RGB 192 22 59 -
CMYK 0 0.89 0.69 0.25
HSL 346.94º 0.79% 0.42% -
HSV(B) 346.94º 0.89% 0.75% -
XYZ 22.81 12.1 5.27 -
YUV 77.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 192 22 59 0 0.89 0.69 0.25 346.94 0.79 0.42
Hex C0 16 3B 0 59 45 19 15B 4F 2A
Octal 300 26 73 0 131 105 31 533 117 52
Binary 11000000 10110 111011 0 1011001 1000101 11001 101011011 1001111 101010

Color Harmonies of #C0163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0163B

Black with #C0163B

Text Example


Text Example

White with #C0163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0163B; }

 p { color: rgb(192,22,59); }

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

background-color css

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

 a { background-color: rgb(192,22,59); }

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

border-color css

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

 span { border-color: rgb(192,22,59); }

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