#C6232C

Color #C6232C Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C6232C

Tints of Cardinal #C6232C

Color information

#C6232C (or 0xC6232C) is unknown color: approx Cardinal. HEX triplet: C6, 23 and 2C. RGB value is (198,35,44). Sum of RGB (Red+Green+Blue) = 198+35+44=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6232C is #39DCD3. Grayscale: #545454. Windows color (decimal): -3792084 or 2892742. OLE color: 2892742.

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

Color convert

RGB1983544-
CMYK00.820.780.22
HSL356.69º69.96%45.69%-
HSV(B)356.69º82.32%77.65%-
XYZ24.3413.393.68-
YUV84.76105208.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 71.48%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=71.48%
G=12.64%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198354400.820.780.22356.6969.9645.69
HexC6232C0524E16165462e
Octal306435401221162654510656
Binary11000110100011101100010100101001110101101011001011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6232C; }

 p { color: rgb(198,35,44); }

 H1.HeaderClassName
 {
   color: #C6232C;
 }
 .AnyTagClassName
 {
   color: #C6232C;
 }
</style>
background-color css

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

 a { background-color: rgb(198,35,44); }

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

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

 span { border-color: rgb(198,35,44); }

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