Html Css Color HEX #BD291A Fire Brick

📋 copy color: '#BD291A'

red 189 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #BD291A

Tints of Fire Brick #BD291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 73.83%
G = 16.02%
B = 10.16%

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

#BD291A (or 0xBD291A) is known color: Fire Brick. HEX triplet: BD, 29 and 1A. RGB value is (189,41,26). Sum of RGB (Red+Green+Blue) = 189+41+26=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD291A is #42D6E5. Grayscale: #535353. Windows color (decimal): -4380390 or 1714621. OLE color: 1714621.

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

Color convert

RGB 189 41 26 -
CMYK 0 0.78 0.86 0.26
HSL 5.52º 0.76% 0.42% -
HSV(B) 5.52º 0.86% 0.74% -
XYZ 21.97 12.48 2.23 -
YUV 83.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 189 41 26 0 0.78 0.86 0.26 5.52 0.76 0.42
Hex BD 29 1A 0 4E 56 1A 6 4C 2A
Octal 275 51 32 0 116 126 32 6 114 52
Binary 10111101 101001 11010 0 1001110 1010110 11010 110 1001100 101010

Color Harmonies of #BD291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD291A

Black with #BD291A

Text Example


Text Example

White with #BD291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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