#CA3B49

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

Shades of Brick Red #CA3B49

Tints of Brick Red #CA3B49

Color information

#CA3B49 (or 0xCA3B49) is unknown color: approx Brick Red. HEX triplet: CA, 3B and 49. RGB value is (202,59,73). Sum of RGB (Red+Green+Blue) = 202+59+73=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3B49 is #35C4B6. Grayscale: #676767. Windows color (decimal): -3523767 or 4799434. OLE color: 4799434.

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

Color convert

RGB2025973-
CMYK00.710.640.21
HSL354.13º57.43%51.18%-
HSV(B)354.13º70.79%79.22%-
XYZ27.1216.177.99-
YUV103.35110.88198.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=60.48%
G=17.66%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202597300.710.640.21354.1357.4351.18
HexCA3B4904740151623933
Octal312731110107100255427163
Binary11001010111011100100101000111100000010101101100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B49; }

 p { color: rgb(202,59,73); }

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

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

 a { background-color: rgb(202,59,73); }

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

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

 span { border-color: rgb(202,59,73); }

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