Html Css Color HEX #BD201B Fire Brick

📋 copy color: '#BD201B'

red 189 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #BD201B

Tints of Fire Brick #BD201B

RGB

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

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

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

R = 76.21%
G = 12.9%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD201B (or 0xBD201B) is known color: Fire Brick. HEX triplet: BD, 20 and 1B. RGB value is (189,32,27). Sum of RGB (Red+Green+Blue) = 189+32+27=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD201B is #42DFE4. Grayscale: #4E4E4E. Windows color (decimal): -4382693 or 1777853. OLE color: 1777853.

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

Color convert

RGB 189 32 27 -
CMYK 0 0.83 0.86 0.26
HSL 1.85º 0.75% 0.42% -
HSV(B) 1.85º 0.86% 0.74% -
XYZ 21.7 11.93 2.2 -
YUV 78.37 99.01 206.91 -
System Red Green Blue C M Y K H S L
Decimal 189 32 27 0 0.83 0.86 0.26 1.85 0.75 0.42
Hex BD 20 1B 0 53 56 1A 2 4B 2A
Octal 275 40 33 0 123 126 32 2 113 52
Binary 10111101 100000 11011 0 1010011 1010110 11010 10 1001011 101010

Color Harmonies of #BD201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD201B

Black with #BD201B

Text Example


Text Example

White with #BD201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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