Html Css Color HEX #C6162F Cardinal

📋 copy color: '#C6162F'

red 198 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #C6162F

Tints of Cardinal #C6162F

RGB

 RED value IS 198 (77.73% from 255) = 74.16%

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 74.16%
G = 8.24%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6162F (or 0xC6162F) is known color: Cardinal. HEX triplet: C6, 16 and 2F. RGB value is (198,22,47). Sum of RGB (Red+Green+Blue) = 198+22+47=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C6162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6162F is #39E9D0. Grayscale: #4D4D4D. Windows color (decimal): -3795409 or 3086022. OLE color: 3086022.

HSL color Cylindrical-coordinate representation of color #C6162F: hue angle of 351.48º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6162F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 47 -
CMYK 0 0.89 0.76 0.22
HSL 351.48º 0.8% 0.43% -
HSV(B) 351.48º 0.89% 0.78% -
XYZ 24.09 12.78 3.89 -
YUV 77.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 198 22 47 0 0.89 0.76 0.22 351.48 0.8 0.43
Hex C6 16 2F 0 59 4C 16 15F 50 2B
Octal 306 26 57 0 131 114 26 537 120 53
Binary 11000110 10110 101111 0 1011001 1001100 10110 101011111 1010000 101011

Color Harmonies of #C6162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6162F

Black with #C6162F

Text Example


Text Example

White with #C6162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6162F; }

 p { color: rgb(198,22,47); }

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

background-color css

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

 a { background-color: rgb(198,22,47); }

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

border-color css

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

 span { border-color: rgb(198,22,47); }

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