#CA4148

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

Shades of Brick Red #CA4148

Tints of Brick Red #CA4148

Color information

#CA4148 (or 0xCA4148) is unknown color: approx Brick Red. HEX triplet: CA, 41 and 48. RGB value is (202,65,72). Sum of RGB (Red+Green+Blue) = 202+65+72=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4148 is #35BEB7. Grayscale: #6A6A6A. Windows color (decimal): -3522232 or 4735434. OLE color: 4735434.

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

Color convert

RGB2026572-
CMYK00.680.640.21
HSL356.93º56.38%52.35%-
HSV(B)356.93º67.82%79.22%-
XYZ27.4216.817.93-
YUV106.76108.39195.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=59.59%
G=19.17%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202657200.680.640.21356.9356.3852.35
HexCA414804440151653834
Octal3121011100104100255457064
Binary110010101000001100100001000100100000010101101100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4148; }

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

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

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

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

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

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

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

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