#C6283F

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

Shades of Brick Red #C6283F

Tints of Brick Red #C6283F

Color information

#C6283F (or 0xC6283F) is unknown color: approx Brick Red. HEX triplet: C6, 28 and 3F. RGB value is (198,40,63). Sum of RGB (Red+Green+Blue) = 198+40+63=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C6283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6283F is #39D7C0. Grayscale: #595959. Windows color (decimal): -3790785 or 4139206. OLE color: 4139206.

HSL color Cylindrical-coordinate representation of color #C6283F: hue angle of 351.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6283F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1984063-
CMYK00.800.680.22
HSL351.27º66.39%46.67%-
HSV(B)351.27º79.8%77.65%-
XYZ24.9413.886.07-
YUV89.86112.85205.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.78%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 63 (25% from 255) = 20.93%
R=65.78%
G=13.29%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198406300.800.680.22351.2766.3946.67
HexC6283F050441615f422f
Octal306507701201042653710257
Binary11000110101000111111010100001000100101101010111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6283F; }

 p { color: rgb(198,40,63); }

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

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

 a { background-color: rgb(198,40,63); }

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

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

 span { border-color: rgb(198,40,63); }

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