Html Css Color HEX #BD200E Fire Brick

📋 copy color: '#BD200E'

red 189 ◦ green 32 ◦ blue 14

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

Shades of Fire Brick #BD200E

Tints of Fire Brick #BD200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 80.43%
G = 13.62%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD200E (or 0xBD200E) is known color: Fire Brick. HEX triplet: BD, 20 and 0E. RGB value is (189,32,14). Sum of RGB (Red+Green+Blue) = 189+32+14=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD200E is #42DFF1. Grayscale: #4D4D4D. Windows color (decimal): -4382706 or 925885. OLE color: 925885.

HSL color Cylindrical-coordinate representation of color #BD200E: hue angle of 6.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD200E is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 14 -
CMYK 0 0.83 0.93 0.26
HSL 6.17º 0.86% 0.4% -
HSV(B) 6.17º 0.93% 0.74% -
XYZ 21.58 11.88 1.57 -
YUV 76.89 92.51 207.96 -
System Red Green Blue C M Y K H S L
Decimal 189 32 14 0 0.83 0.93 0.26 6.17 0.86 0.4
Hex BD 20 E 0 53 5D 1A 6 56 28
Octal 275 40 16 0 123 135 32 6 126 50
Binary 10111101 100000 1110 0 1010011 1011101 11010 110 1010110 101000

Color Harmonies of #BD200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD200E

Black with #BD200E

Text Example


Text Example

White with #BD200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD200E; }

 p { color: rgb(189,32,14); }

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

background-color css

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

 a { background-color: rgb(189,32,14); }

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

border-color css

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

 span { border-color: rgb(189,32,14); }

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