#CA334B

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

Shades of Brick Red #CA334B

Tints of Brick Red #CA334B

Color information

#CA334B (or 0xCA334B) is unknown color: approx Brick Red. HEX triplet: CA, 33 and 4B. RGB value is (202,51,75). Sum of RGB (Red+Green+Blue) = 202+51+75=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA334B is #35CCB4. Grayscale: #626262. Windows color (decimal): -3525813 or 4928458. OLE color: 4928458.

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

Color convert

RGB2025175-
CMYK00.750.630.21
HSL350.46º59.68%49.61%-
HSV(B)350.46º74.75%79.22%-
XYZ26.8115.438.22-
YUV98.88114.53201.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.59%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=61.59%
G=15.55%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202517500.750.630.21350.4659.6849.61
HexCA334B04B3F1515e3c32
Octal31263113011377255367462
Binary1100101011001110010110100101111111110101101011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA334B; }

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

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

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

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

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

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

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

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