Html Css Color HEX #BD281D Fire Brick

📋 copy color: '#BD281D'

red 189 ◦ green 40 ◦ blue 29

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

Shades of Fire Brick #BD281D

Tints of Fire Brick #BD281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 73.26%
G = 15.5%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD281D (or 0xBD281D) is known color: Fire Brick. HEX triplet: BD, 28 and 1D. RGB value is (189,40,29). Sum of RGB (Red+Green+Blue) = 189+40+29=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD281D is #42D7E2. Grayscale: #535353. Windows color (decimal): -4380643 or 1910973. OLE color: 1910973.

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

Color convert

RGB 189 40 29 -
CMYK 0 0.79 0.85 0.26
HSL 4.13º 0.73% 0.43% -
HSV(B) 4.13º 0.85% 0.74% -
XYZ 21.97 12.43 2.4 -
YUV 83.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 189 40 29 0 0.79 0.85 0.26 4.13 0.73 0.43
Hex BD 28 1D 0 4F 55 1A 4 49 2B
Octal 275 50 35 0 117 125 32 4 111 53
Binary 10111101 101000 11101 0 1001111 1010101 11010 100 1001001 101011

Color Harmonies of #BD281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD281D

Black with #BD281D

Text Example


Text Example

White with #BD281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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