Html Css Color HEX #BD201E Fire Brick

📋 copy color: '#BD201E'

red 189 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #BD201E

Tints of Fire Brick #BD201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 75.3%
G = 12.75%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD201E (or 0xBD201E) is known color: Fire Brick. HEX triplet: BD, 20 and 1E. RGB value is (189,32,30). Sum of RGB (Red+Green+Blue) = 189+32+30=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD201E is #42DFE1. Grayscale: #4E4E4E. Windows color (decimal): -4382690 or 1974461. OLE color: 1974461.

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

Color convert

RGB 189 32 30 -
CMYK 0 0.83 0.84 0.26
HSL 0.75º 0.73% 0.43% -
HSV(B) 0.75º 0.84% 0.74% -
XYZ 21.74 11.95 2.39 -
YUV 78.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 189 32 30 0 0.83 0.84 0.26 0.75 0.73 0.43
Hex BD 20 1E 0 53 54 1A 1 49 2B
Octal 275 40 36 0 123 124 32 1 111 53
Binary 10111101 100000 11110 0 1010011 1010100 11010 1 1001001 101011

Color Harmonies of #BD201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD201E

Black with #BD201E

Text Example


Text Example

White with #BD201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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