#C4263F

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

Shades of Brick Red #C4263F

Tints of Brick Red #C4263F

Color information

#C4263F (or 0xC4263F) is unknown color: approx Brick Red. HEX triplet: C4, 26 and 3F. RGB value is (196,38,63). Sum of RGB (Red+Green+Blue) = 196+38+63=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4263F is #3BD9C0. Grayscale: #585858. Windows color (decimal): -3922369 or 4138692. OLE color: 4138692.

HSL color Cylindrical-coordinate representation of color #C4263F: hue angle of 350.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4263F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1963863-
CMYK00.810.680.23
HSL350.51º67.52%45.88%-
HSV(B)350.51º80.61%76.86%-
XYZ24.3613.486.02-
YUV88.09113.85204.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 63 (25% from 255) = 21.21%
R=65.99%
G=12.79%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196386300.810.680.23350.5167.5245.88
HexC4263F051441715f442e
Octal304467701211042753710456
Binary11000100100110111111010100011000100101111010111111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4263F; }

 p { color: rgb(196,38,63); }

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

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

 a { background-color: rgb(196,38,63); }

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

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

 span { border-color: rgb(196,38,63); }

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