Html Css Color HEX #BD291B Fire Brick

📋 copy color: '#BD291B'

red 189 ◦ green 41 ◦ blue 27

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

Shades of Fire Brick #BD291B

Tints of Fire Brick #BD291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 73.54%
G = 15.95%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD291B (or 0xBD291B) is known color: Fire Brick. HEX triplet: BD, 29 and 1B. RGB value is (189,41,27). Sum of RGB (Red+Green+Blue) = 189+41+27=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD291B is #42D6E4. Grayscale: #535353. Windows color (decimal): -4380389 or 1780157. OLE color: 1780157.

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

Color convert

RGB 189 41 27 -
CMYK 0 0.78 0.86 0.26
HSL 5.19º 0.75% 0.42% -
HSV(B) 5.19º 0.86% 0.74% -
XYZ 21.98 12.48 2.29 -
YUV 83.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 189 41 27 0 0.78 0.86 0.26 5.19 0.75 0.42
Hex BD 29 1B 0 4E 56 1A 5 4B 2A
Octal 275 51 33 0 116 126 32 5 113 52
Binary 10111101 101001 11011 0 1001110 1010110 11010 101 1001011 101010

Color Harmonies of #BD291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD291B

Black with #BD291B

Text Example


Text Example

White with #BD291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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