Html Css Color HEX #C6182D Cardinal

📋 copy color: '#C6182D'

red 198 ◦ green 24 ◦ blue 45

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

Shades of Cardinal #C6182D

Tints of Cardinal #C6182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 74.16%
G = 8.99%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6182D (or 0xC6182D) is known color: Cardinal. HEX triplet: C6, 18 and 2D. RGB value is (198,24,45). Sum of RGB (Red+Green+Blue) = 198+24+45=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C6182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6182D is #39E7D2. Grayscale: #4E4E4E. Windows color (decimal): -3794899 or 2955462. OLE color: 2955462.

HSL color Cylindrical-coordinate representation of color #C6182D: hue angle of 352.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6182D is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 24 45 -
CMYK 0 0.88 0.77 0.22
HSL 352.76º 0.78% 0.44% -
HSV(B) 352.76º 0.88% 0.78% -
XYZ 24.09 12.85 3.69 -
YUV 78.42 109.15 213.29 -
System Red Green Blue C M Y K H S L
Decimal 198 24 45 0 0.88 0.77 0.22 352.76 0.78 0.44
Hex C6 18 2D 0 58 4D 16 161 4E 2C
Octal 306 30 55 0 130 115 26 541 116 54
Binary 11000110 11000 101101 0 1011000 1001101 10110 101100001 1001110 101100

Color Harmonies of #C6182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6182D

Black with #C6182D

Text Example


Text Example

White with #C6182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6182D; }

 p { color: rgb(198,24,45); }

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

background-color css

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

 a { background-color: rgb(198,24,45); }

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

border-color css

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

 span { border-color: rgb(198,24,45); }

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