Html Css Color HEX #BD293F Brick Red

📋 copy color: '#BD293F'

red 189 ◦ green 41 ◦ blue 63

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

Shades of Brick Red #BD293F

Tints of Brick Red #BD293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.5%

R = 64.51%
G = 13.99%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD293F (or 0xBD293F) is known color: Brick Red. HEX triplet: BD, 29 and 3F. RGB value is (189,41,63). Sum of RGB (Red+Green+Blue) = 189+41+63=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD293F is #42D6C0. Grayscale: #575757. Windows color (decimal): -4380353 or 4139453. OLE color: 4139453.

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

Color convert

RGB 189 41 63 -
CMYK 0 0.78 0.67 0.26
HSL 351.08º 0.64% 0.45% -
HSV(B) 351.08º 0.78% 0.74% -
XYZ 22.68 12.76 5.97 -
YUV 87.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 189 41 63 0 0.78 0.67 0.26 351.08 0.64 0.45
Hex BD 29 3F 0 4E 43 1A 15F 40 2D
Octal 275 51 77 0 116 103 32 537 100 55
Binary 10111101 101001 111111 0 1001110 1000011 11010 101011111 1000000 101101

Color Harmonies of #BD293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD293F

Black with #BD293F

Text Example


Text Example

White with #BD293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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