#CA3148

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

Shades of Brick Red #CA3148

Tints of Brick Red #CA3148

Color information

#CA3148 (or 0xCA3148) is unknown color: approx Brick Red. HEX triplet: CA, 31 and 48. RGB value is (202,49,72). Sum of RGB (Red+Green+Blue) = 202+49+72=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3148 is #35CEB7. Grayscale: #616161. Windows color (decimal): -3526328 or 4731338. OLE color: 4731338.

HSL color Cylindrical-coordinate representation of color #CA3148: hue angle of 350.98º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3148 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2024972-
CMYK00.760.640.21
HSL350.98º60.96%49.22%-
HSV(B)350.98º75.74%79.22%-
XYZ26.6315.227.67-
YUV97.37113.69202.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=62.54%
G=15.17%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202497200.760.640.21350.9860.9649.22
HexCA314804C401515f3d31
Octal312611100114100255377561
Binary11001010110001100100001001100100000010101101011111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3148; }

 p { color: rgb(202,49,72); }

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

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

 a { background-color: rgb(202,49,72); }

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

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

 span { border-color: rgb(202,49,72); }

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