Html Css Color HEX #C6153B Cardinal

📋 copy color: '#C6153B'

red 198 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #C6153B

Tints of Cardinal #C6153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 71.22%
G = 7.55%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6153B (or 0xC6153B) is known color: Cardinal. HEX triplet: C6, 15 and 3B. RGB value is (198,21,59). Sum of RGB (Red+Green+Blue) = 198+21+59=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6153B is #39EAC4. Grayscale: #4E4E4E. Windows color (decimal): -3795653 or 3872198. OLE color: 3872198.

HSL color Cylindrical-coordinate representation of color #C6153B: hue angle of 347.12º degrees, saturation: 0.81, 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 #C6153B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 59 -
CMYK 0 0.89 0.70 0.22
HSL 347.12º 0.81% 0.43% -
HSV(B) 347.12º 0.89% 0.78% -
XYZ 24.35 12.86 5.34 -
YUV 78.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 198 21 59 0 0.89 0.70 0.22 347.12 0.81 0.43
Hex C6 15 3B 0 59 46 16 15B 51 2B
Octal 306 25 73 0 131 106 26 533 121 53
Binary 11000110 10101 111011 0 1011001 1000110 10110 101011011 1010001 101011

Color Harmonies of #C6153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6153B

Black with #C6153B

Text Example


Text Example

White with #C6153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6153B; }

 p { color: rgb(198,21,59); }

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

background-color css

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

 a { background-color: rgb(198,21,59); }

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

border-color css

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

 span { border-color: rgb(198,21,59); }

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