Html Css Color HEX #BD190B Fire Brick

📋 copy color: '#BD190B'

red 189 ◦ green 25 ◦ blue 11

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

Shades of Fire Brick #BD190B

Tints of Fire Brick #BD190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 84%
G = 11.11%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD190B (or 0xBD190B) is known color: Fire Brick. HEX triplet: BD, 19 and 0B. RGB value is (189,25,11). Sum of RGB (Red+Green+Blue) = 189+25+11=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD190B is #42E6F4. Grayscale: #484848. Windows color (decimal): -4384501 or 727485. OLE color: 727485.

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

Color convert

RGB 189 25 11 -
CMYK 0 0.87 0.94 0.26
HSL 4.72º 0.89% 0.39% -
HSV(B) 4.72º 0.94% 0.74% -
XYZ 21.39 11.54 1.42 -
YUV 72.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 189 25 11 0 0.87 0.94 0.26 4.72 0.89 0.39
Hex BD 19 B 0 57 5E 1A 5 59 27
Octal 275 31 13 0 127 136 32 5 131 47
Binary 10111101 11001 1011 0 1010111 1011110 11010 101 1011001 100111

Color Harmonies of #BD190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD190B

Black with #BD190B

Text Example


Text Example

White with #BD190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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