#CA2848

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

Shades of Brick Red #CA2848

Tints of Brick Red #CA2848

Color information

#CA2848 (or 0xCA2848) is unknown color: approx Brick Red. HEX triplet: CA, 28 and 48. RGB value is (202,40,72). Sum of RGB (Red+Green+Blue) = 202+40+72=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2848 is #35D7B7. Grayscale: #5C5C5C. Windows color (decimal): -3528632 or 4729034. OLE color: 4729034.

HSL color Cylindrical-coordinate representation of color #CA2848: hue angle of 348.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2848 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2024072-
CMYK00.800.640.21
HSL348.15º66.94%47.45%-
HSV(B)348.15º80.2%79.22%-
XYZ26.2914.547.55-
YUV92.09116.67206.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=64.33%
G=12.74%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202407200.800.640.21348.1566.9447.45
HexCA2848050401515c432f
Octal3125011001201002553410357
Binary110010101010001001000010100001000000101011010111001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2848; }

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

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

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

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

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

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

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

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