#CA2B43

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

Shades of Brick Red #CA2B43

Tints of Brick Red #CA2B43

Color information

#CA2B43 (or 0xCA2B43) is unknown color: approx Brick Red. HEX triplet: CA, 2B and 43. RGB value is (202,43,67). Sum of RGB (Red+Green+Blue) = 202+43+67=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B43 is #35D4BC. Grayscale: #5D5D5D. Windows color (decimal): -3527869 or 4402122. OLE color: 4402122.

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

Color convert

RGB2024367-
CMYK00.790.670.21
HSL350.94º64.9%48.04%-
HSV(B)350.94º78.71%79.22%-
XYZ26.2314.696.76-
YUV93.28113.18205.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=64.74%
G=13.78%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202436700.790.670.21350.9464.948.04
HexCA2B4304F431515f4130
Octal3125310301171032553710160
Binary110010101010111000011010011111000011101011010111111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B43; }

 p { color: rgb(202,43,67); }

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

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

 a { background-color: rgb(202,43,67); }

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

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

 span { border-color: rgb(202,43,67); }

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