Html Css Color HEX #BD291C Fire Brick

📋 copy color: '#BD291C'

red 189 ◦ green 41 ◦ blue 28

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

Shades of Fire Brick #BD291C

Tints of Fire Brick #BD291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 73.26%
G = 15.89%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD291C (or 0xBD291C) is known color: Fire Brick. HEX triplet: BD, 29 and 1C. RGB value is (189,41,28). Sum of RGB (Red+Green+Blue) = 189+41+28=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD291C is #42D6E3. Grayscale: #535353. Windows color (decimal): -4380388 or 1845693. OLE color: 1845693.

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

Color convert

RGB 189 41 28 -
CMYK 0 0.78 0.85 0.26
HSL 4.84º 0.74% 0.43% -
HSV(B) 4.84º 0.85% 0.74% -
XYZ 21.99 12.49 2.35 -
YUV 83.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 189 41 28 0 0.78 0.85 0.26 4.84 0.74 0.43
Hex BD 29 1C 0 4E 55 1A 5 4A 2B
Octal 275 51 34 0 116 125 32 5 112 53
Binary 10111101 101001 11100 0 1001110 1010101 11010 101 1001010 101011

Color Harmonies of #BD291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD291C

Black with #BD291C

Text Example


Text Example

White with #BD291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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