Html Css Color HEX #BD293D Brick Red

📋 copy color: '#BD293D'

red 189 ◦ green 41 ◦ blue 61

#BD293D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BD293D

Tints of Brick Red #BD293D

RGB

 RED value IS 189 (74.22% from 255) = 64.95%

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 64.95%
G = 14.09%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD293D (or 0xBD293D) is known color: Brick Red. HEX triplet: BD, 29 and 3D. RGB value is (189,41,61). Sum of RGB (Red+Green+Blue) = 189+41+61=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD293D is #42D6C2. Grayscale: #575757. Windows color (decimal): -4380355 or 4008381. OLE color: 4008381.

HSL color Cylindrical-coordinate representation of color #BD293D: hue angle of 351.89º 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 #BD293D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 61 -
CMYK 0 0.78 0.68 0.26
HSL 351.89º 0.64% 0.45% -
HSV(B) 351.89º 0.78% 0.74% -
XYZ 22.62 12.74 5.68 -
YUV 87.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 189 41 61 0 0.78 0.68 0.26 351.89 0.64 0.45
Hex BD 29 3D 0 4E 44 1A 160 40 2D
Octal 275 51 75 0 116 104 32 540 100 55
Binary 10111101 101001 111101 0 1001110 1000100 11010 101100000 1000000 101101

Color Harmonies of #BD293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD293D

Black with #BD293D

Text Example


Text Example

White with #BD293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD293D; }

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

 H1.HeaderClassName
 {
   color: #BD293D;
 }
 .AnyTagClassName
 {
   color: #BD293D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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