#CA3841

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

Shades of Brick Red #CA3841

Tints of Brick Red #CA3841

Color information

#CA3841 (or 0xCA3841) is unknown color: approx Brick Red. HEX triplet: CA, 38 and 41. RGB value is (202,56,65). Sum of RGB (Red+Green+Blue) = 202+56+65=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3841 is #35C7BE. Grayscale: #646464. Windows color (decimal): -3524543 or 4274378. OLE color: 4274378.

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

Color convert

RGB2025665-
CMYK00.720.680.21
HSL356.3º57.94%50.59%-
HSV(B)356.3º72.28%79.22%-
XYZ26.7315.776.64-
YUV100.68107.87200.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=62.54%
G=17.34%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202566500.720.680.21356.357.9450.59
HexCA384104844151643a33
Octal312701010110104255447263
Binary11001010111000100000101001000100010010101101100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3841; }

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

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

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

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

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

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

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

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