#CA2939

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

Shades of Brick Red #CA2939

Tints of Brick Red #CA2939

Color information

#CA2939 (or 0xCA2939) is unknown color: approx Brick Red. HEX triplet: CA, 29 and 39. RGB value is (202,41,57). Sum of RGB (Red+Green+Blue) = 202+41+57=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2939 is #35D6C6. Grayscale: #5B5B5B. Windows color (decimal): -3528391 or 3746250. OLE color: 3746250.

HSL color Cylindrical-coordinate representation of color #CA2939: hue angle of 354.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2939 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2024157-
CMYK00.800.720.21
HSL354.04º66.26%47.65%-
HSV(B)354.04º79.7%79.22%-
XYZ25.8914.445.29-
YUV90.96108.84207.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.33%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 57 (22.66% from 255) = 19%
R=67.33%
G=13.67%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202415700.800.720.21354.0466.2647.65
HexCA293905048151624230
Octal312517101201102554210260
Binary11001010101001111001010100001001000101011011000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2939; }

 p { color: rgb(202,41,57); }

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

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

 a { background-color: rgb(202,41,57); }

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

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

 span { border-color: rgb(202,41,57); }

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