Html Css Color HEX #BD201D Fire Brick

📋 copy color: '#BD201D'

red 189 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #BD201D

Tints of Fire Brick #BD201D

RGB

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

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

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

R = 75.6%
G = 12.8%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD201D (or 0xBD201D) is known color: Fire Brick. HEX triplet: BD, 20 and 1D. RGB value is (189,32,29). Sum of RGB (Red+Green+Blue) = 189+32+29=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD201D is #42DFE2. Grayscale: #4E4E4E. Windows color (decimal): -4382691 or 1908925. OLE color: 1908925.

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

Color convert

RGB 189 32 29 -
CMYK 0 0.83 0.85 0.26
HSL 1.13º 0.73% 0.43% -
HSV(B) 1.13º 0.85% 0.74% -
XYZ 21.72 11.94 2.32 -
YUV 78.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 189 32 29 0 0.83 0.85 0.26 1.13 0.73 0.43
Hex BD 20 1D 0 53 55 1A 1 49 2B
Octal 275 40 35 0 123 125 32 1 111 53
Binary 10111101 100000 11101 0 1010011 1010101 11010 1 1001001 101011

Color Harmonies of #BD201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD201D

Black with #BD201D

Text Example


Text Example

White with #BD201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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