Html Css Color HEX #BD2B1B Fire Brick

📋 copy color: '#BD2B1B'

red 189 ◦ green 43 ◦ blue 27

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

Shades of Fire Brick #BD2B1B

Tints of Fire Brick #BD2B1B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

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

R = 72.97%
G = 16.6%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD2B1B (or 0xBD2B1B) is known color: Fire Brick. HEX triplet: BD, 2B and 1B. RGB value is (189,43,27). Sum of RGB (Red+Green+Blue) = 189+43+27=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B1B is #42D4E4. Grayscale: #555555. Windows color (decimal): -4379877 or 1780669. OLE color: 1780669.

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

Color convert

RGB 189 43 27 -
CMYK 0 0.77 0.86 0.26
HSL 5.93º 0.75% 0.42% -
HSV(B) 5.93º 0.86% 0.74% -
XYZ 22.05 12.63 2.31 -
YUV 84.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 189 43 27 0 0.77 0.86 0.26 5.93 0.75 0.42
Hex BD 2B 1B 0 4D 56 1A 6 4B 2A
Octal 275 53 33 0 115 126 32 6 113 52
Binary 10111101 101011 11011 0 1001101 1010110 11010 110 1001011 101010

Color Harmonies of #BD2B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B1B

Black with #BD2B1B

Text Example


Text Example

White with #BD2B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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