Html Css Color HEX #BD281C Fire Brick

📋 copy color: '#BD281C'

red 189 ◦ green 40 ◦ blue 28

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

Shades of Fire Brick #BD281C

Tints of Fire Brick #BD281C

RGB

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

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

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

R = 73.54%
G = 15.56%
B = 10.89%

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

#BD281C (or 0xBD281C) is known color: Fire Brick. HEX triplet: BD, 28 and 1C. RGB value is (189,40,28). Sum of RGB (Red+Green+Blue) = 189+40+28=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD281C is #42D7E3. Grayscale: #535353. Windows color (decimal): -4380644 or 1845437. OLE color: 1845437.

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

Color convert

RGB 189 40 28 -
CMYK 0 0.79 0.85 0.26
HSL 4.47º 0.74% 0.43% -
HSV(B) 4.47º 0.85% 0.74% -
XYZ 21.95 12.42 2.34 -
YUV 83.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 189 40 28 0 0.79 0.85 0.26 4.47 0.74 0.43
Hex BD 28 1C 0 4F 55 1A 4 4A 2B
Octal 275 50 34 0 117 125 32 4 112 53
Binary 10111101 101000 11100 0 1001111 1010101 11010 100 1001010 101011

Color Harmonies of #BD281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD281C

Black with #BD281C

Text Example


Text Example

White with #BD281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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