Html Css Color HEX #BD293B Brick Red

📋 copy color: '#BD293B'

red 189 ◦ green 41 ◦ blue 59

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

Shades of Brick Red #BD293B

Tints of Brick Red #BD293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 65.4%
G = 14.19%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD293B (or 0xBD293B) is known color: Brick Red. HEX triplet: BD, 29 and 3B. RGB value is (189,41,59). Sum of RGB (Red+Green+Blue) = 189+41+59=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD293B is #42D6C4. Grayscale: #575757. Windows color (decimal): -4380357 or 3877309. OLE color: 3877309.

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

Color convert

RGB 189 41 59 -
CMYK 0 0.78 0.69 0.26
HSL 352.7º 0.64% 0.45% -
HSV(B) 352.7º 0.78% 0.74% -
XYZ 22.57 12.72 5.4 -
YUV 87.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 189 41 59 0 0.78 0.69 0.26 352.7 0.64 0.45
Hex BD 29 3B 0 4E 45 1A 161 40 2D
Octal 275 51 73 0 116 105 32 541 100 55
Binary 10111101 101001 111011 0 1001110 1000101 11010 101100001 1000000 101101

Color Harmonies of #BD293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD293B

Black with #BD293B

Text Example


Text Example

White with #BD293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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