#C22A3E

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

Shades of Brick Red #C22A3E

Tints of Brick Red #C22A3E

Color information

#C22A3E (or 0xC22A3E) is unknown color: approx Brick Red. HEX triplet: C2, 2A and 3E. RGB value is (194,42,62). Sum of RGB (Red+Green+Blue) = 194+42+62=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A3E is #3DD5C1. Grayscale: #595959. Windows color (decimal): -4052418 or 4074178. OLE color: 4074178.

HSL color Cylindrical-coordinate representation of color #C22A3E: hue angle of 352.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A3E is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1944262-
CMYK00.780.680.24
HSL352.11º64.41%46.27%-
HSV(B)352.11º78.35%76.08%-
XYZ23.9513.475.9-
YUV89.73112.36202.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=65.10%
G=14.09%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194426200.780.680.24352.1164.4146.27
HexC22A3E04E4418160402e
Octal302527601161043054010056
Binary11000010101010111110010011101000100110001011000001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A3E; }

 p { color: rgb(194,42,62); }

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

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

 a { background-color: rgb(194,42,62); }

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

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

 span { border-color: rgb(194,42,62); }

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