Html Css Color HEX #BD281B Fire Brick

📋 copy color: '#BD281B'

red 189 ◦ green 40 ◦ blue 27

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

Shades of Fire Brick #BD281B

Tints of Fire Brick #BD281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 73.83%
G = 15.63%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD281B (or 0xBD281B) is known color: Fire Brick. HEX triplet: BD, 28 and 1B. RGB value is (189,40,27). Sum of RGB (Red+Green+Blue) = 189+40+27=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD281B is #42D7E4. Grayscale: #535353. Windows color (decimal): -4380645 or 1779901. OLE color: 1779901.

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

Color convert

RGB 189 40 27 -
CMYK 0 0.79 0.86 0.26
HSL 4.81º 0.75% 0.42% -
HSV(B) 4.81º 0.86% 0.74% -
XYZ 21.94 12.42 2.28 -
YUV 83.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 189 40 27 0 0.79 0.86 0.26 4.81 0.75 0.42
Hex BD 28 1B 0 4F 56 1A 5 4B 2A
Octal 275 50 33 0 117 126 32 5 113 52
Binary 10111101 101000 11011 0 1001111 1010110 11010 101 1001011 101010

Color Harmonies of #BD281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD281B

Black with #BD281B

Text Example


Text Example

White with #BD281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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