#C62B38

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

Shades of Brick Red #C62B38

Tints of Brick Red #C62B38

Color information

#C62B38 (or 0xC62B38) is unknown color: approx Brick Red. HEX triplet: C6, 2B and 38. RGB value is (198,43,56). Sum of RGB (Red+Green+Blue) = 198+43+56=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B38 is #39D4C7. Grayscale: #5A5A5A. Windows color (decimal): -3790024 or 3681222. OLE color: 3681222.

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

Color convert

RGB1984356-
CMYK00.780.720.22
HSL354.97º64.32%47.25%-
HSV(B)354.97º78.28%77.65%-
XYZ24.8714.025.14-
YUV90.83108.35204.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.67%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=66.67%
G=14.48%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198435600.780.720.22354.9764.3247.25
HexC62B3804E4816163402f
Octal306537001161102654310057
Binary11000110101011111000010011101001000101101011000111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62B38; }

 p { color: rgb(198,43,56); }

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

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

 a { background-color: rgb(198,43,56); }

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

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

 span { border-color: rgb(198,43,56); }

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