#CA344B

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

Shades of Brick Red #CA344B

Tints of Brick Red #CA344B

Color information

#CA344B (or 0xCA344B) is unknown color: approx Brick Red. HEX triplet: CA, 34 and 4B. RGB value is (202,52,75). Sum of RGB (Red+Green+Blue) = 202+52+75=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA344B is #35CBB4. Grayscale: #636363. Windows color (decimal): -3525557 or 4928714. OLE color: 4928714.

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

Color convert

RGB2025275-
CMYK00.740.630.21
HSL350.8º59.06%49.8%-
HSV(B)350.8º74.26%79.22%-
XYZ26.8615.528.24-
YUV99.47114.2201.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.40%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=61.40%
G=15.81%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202527500.740.630.21350.859.0649.8
HexCA344B04A3F1515f3b32
Octal31264113011277255377362
Binary1100101011010010010110100101011111110101101011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA344B; }

 p { color: rgb(202,52,75); }

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

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

 a { background-color: rgb(202,52,75); }

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

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

 span { border-color: rgb(202,52,75); }

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