#CA374A

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

Shades of Brick Red #CA374A

Tints of Brick Red #CA374A

Color information

#CA374A (or 0xCA374A) is unknown color: approx Brick Red. HEX triplet: CA, 37 and 4A. RGB value is (202,55,74). Sum of RGB (Red+Green+Blue) = 202+55+74=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA374A is #35C8B5. Grayscale: #656565. Windows color (decimal): -3524790 or 4863946. OLE color: 4863946.

HSL color Cylindrical-coordinate representation of color #CA374A: hue angle of 352.24º 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 #CA374A is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2025574-
CMYK00.730.630.21
HSL352.24º58.1%50.39%-
HSV(B)352.24º72.77%79.22%-
XYZ26.9615.788.1-
YUV101.12112.7199.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.03%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=61.03%
G=16.62%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202557400.730.630.21352.2458.150.39
HexCA374A0493F151603a32
Octal31267112011177255407262
Binary1100101011011110010100100100111111110101101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA374A; }

 p { color: rgb(202,55,74); }

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

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

 a { background-color: rgb(202,55,74); }

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

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

 span { border-color: rgb(202,55,74); }

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