#BD2A3D

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

Shades of Brick Red #BD2A3D

Tints of Brick Red #BD2A3D

Color information

#BD2A3D (or 0xBD2A3D) is unknown color: approx Brick Red. HEX triplet: BD, 2A and 3D. RGB value is (189,42,61). Sum of RGB (Red+Green+Blue) = 189+42+61=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2A3D is #42D5C2. Grayscale: #585858. Windows color (decimal): -4380099 or 4008637. OLE color: 4008637.

HSL color Cylindrical-coordinate representation of color #BD2A3D: hue angle of 352.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A3D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1894261-
CMYK00.780.680.26
HSL352.24º63.64%45.29%-
HSV(B)352.24º77.78%74.12%-
XYZ22.6612.815.69-
YUV88.12112.7199.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=64.73%
G=14.38%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189426100.780.680.26352.2463.6445.29
HexBD2A3D04E441A160402d
Octal275527501161043254010055
Binary10111101101010111101010011101000100110101011000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2A3D; }

 p { color: rgb(189,42,61); }

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

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

 a { background-color: rgb(189,42,61); }

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

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

 span { border-color: rgb(189,42,61); }

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