Html Css Color HEX #BD201A Fire Brick

📋 copy color: '#BD201A'

red 189 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #BD201A

Tints of Fire Brick #BD201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 76.52%
G = 12.96%
B = 10.53%

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

#BD201A (or 0xBD201A) is known color: Fire Brick. HEX triplet: BD, 20 and 1A. RGB value is (189,32,26). Sum of RGB (Red+Green+Blue) = 189+32+26=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD201A is #42DFE5. Grayscale: #4E4E4E. Windows color (decimal): -4382694 or 1712317. OLE color: 1712317.

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

Color convert

RGB 189 32 26 -
CMYK 0 0.83 0.86 0.26
HSL 2.21º 0.76% 0.42% -
HSV(B) 2.21º 0.86% 0.74% -
XYZ 21.69 11.93 2.14 -
YUV 78.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 189 32 26 0 0.83 0.86 0.26 2.21 0.76 0.42
Hex BD 20 1A 0 53 56 1A 2 4C 2A
Octal 275 40 32 0 123 126 32 2 114 52
Binary 10111101 100000 11010 0 1010011 1010110 11010 10 1001100 101010

Color Harmonies of #BD201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD201A

Black with #BD201A

Text Example


Text Example

White with #BD201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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