#C02A3A

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

Shades of Brick Red #C02A3A

Tints of Brick Red #C02A3A

Color information

#C02A3A (or 0xC02A3A) is unknown color: approx Brick Red. HEX triplet: C0, 2A and 3A. RGB value is (192,42,58). Sum of RGB (Red+Green+Blue) = 192+42+58=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A3A is #3FD5C5. Grayscale: #585858. Windows color (decimal): -4183494 or 3812032. OLE color: 3812032.

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

Color convert

RGB1924258-
CMYK00.780.700.25
HSL353.6º64.1%45.88%-
HSV(B)353.6º78.12%75.29%-
XYZ23.3313.175.32-
YUV88.67110.7201.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.75%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=65.75%
G=14.38%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192425800.780.700.25353.664.145.88
HexC02A3A04E4619162402e
Octal300527201161063154210056
Binary11000000101010111010010011101000110110011011000101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02A3A; }

 p { color: rgb(192,42,58); }

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

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

 a { background-color: rgb(192,42,58); }

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

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

 span { border-color: rgb(192,42,58); }

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