#CA3648

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

Shades of Brick Red #CA3648

Tints of Brick Red #CA3648

Color information

#CA3648 (or 0xCA3648) is unknown color: approx Brick Red. HEX triplet: CA, 36 and 48. RGB value is (202,54,72). Sum of RGB (Red+Green+Blue) = 202+54+72=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3648 is #35C9B7. Grayscale: #646464. Windows color (decimal): -3525048 or 4732618. OLE color: 4732618.

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

Color convert

RGB2025472-
CMYK00.730.640.21
HSL352.7º58.27%50.2%-
HSV(B)352.7º73.27%79.22%-
XYZ26.8515.667.74-
YUV100.3112.03200.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.59%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=61.59%
G=16.46%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202547200.730.640.21352.758.2750.2
HexCA364804940151613a32
Octal312661100111100255417262
Binary11001010110110100100001001001100000010101101100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3648; }

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

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

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

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

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

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

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

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