Html Css Color HEX #BD2019 Fire Brick

📋 copy color: '#BD2019'

red 189 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #BD2019

Tints of Fire Brick #BD2019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 76.83%
G = 13.01%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD2019 (or 0xBD2019) is known color: Fire Brick. HEX triplet: BD, 20 and 19. RGB value is (189,32,25). Sum of RGB (Red+Green+Blue) = 189+32+25=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2019 is #42DFE6. Grayscale: #4E4E4E. Windows color (decimal): -4382695 or 1646781. OLE color: 1646781.

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

Color convert

RGB 189 32 25 -
CMYK 0 0.83 0.87 0.26
HSL 2.56º 0.77% 0.42% -
HSV(B) 2.56º 0.87% 0.74% -
XYZ 21.68 11.92 2.08 -
YUV 78.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 189 32 25 0 0.83 0.87 0.26 2.56 0.77 0.42
Hex BD 20 19 0 53 57 1A 3 4D 2A
Octal 275 40 31 0 123 127 32 3 115 52
Binary 10111101 100000 11001 0 1010011 1010111 11010 11 1001101 101010

Color Harmonies of #BD2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2019

Black with #BD2019

Text Example


Text Example

White with #BD2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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