Html Css Color HEX #BD1D1B Fire Brick

📋 copy color: '#BD1D1B'

red 189 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #BD1D1B

Tints of Fire Brick #BD1D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

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

R = 77.14%
G = 11.84%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD1D1B (or 0xBD1D1B) is known color: Fire Brick. HEX triplet: BD, 1D and 1B. RGB value is (189,29,27). Sum of RGB (Red+Green+Blue) = 189+29+27=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D1B is #42E2E4. Grayscale: #4C4C4C. Windows color (decimal): -4383461 or 1777085. OLE color: 1777085.

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

Color convert

RGB 189 29 27 -
CMYK 0 0.85 0.86 0.26
HSL 0.74º 0.75% 0.42% -
HSV(B) 0.74º 0.86% 0.74% -
XYZ 21.62 11.78 2.17 -
YUV 76.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 189 29 27 0 0.85 0.86 0.26 0.74 0.75 0.42
Hex BD 1D 1B 0 55 56 1A 1 4B 2A
Octal 275 35 33 0 125 126 32 1 113 52
Binary 10111101 11101 11011 0 1010101 1010110 11010 1 1001011 101010

Color Harmonies of #BD1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D1B

Black with #BD1D1B

Text Example


Text Example

White with #BD1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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