#cd3b45

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

Shades of Brick Red #CD3B45

Tints of Brick Red #CD3B45

Color information

#CD3B45 (or 0xCD3B45) is unknown color: approx Brick Red. HEX triplet: CD, 3B and 45. RGB value is (205,59,69). Sum of RGB (Red+Green+Blue) = 205+59+69=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3B45 is #32C4BA. Grayscale: #676767. Windows color (decimal): -3327163 or 4537293. OLE color: 4537293.

HSL color Cylindrical-coordinate representation of color #CD3B45: hue angle of 355.89º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3B45 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2055969-
CMYK00.710.660.20
HSL355.89º59.35%51.76%-
HSV(B)355.89º71.22%80.39%-
XYZ27.8116.547.36-
YUV103.79108.37200.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.56%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=61.56%
G=17.72%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205596900.710.660.20355.8959.3551.76
HexCD3B4504742141643b34
Octal315731050107102245447364
Binary11001101111011100010101000111100001010100101100100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3b45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3b45; }

 p { color: rgb(205,59,69); }

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

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

 a { background-color: rgb(205,59,69); }

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

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

 span { border-color: rgb(205,59,69); }

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