Html Css Color HEX #B0190D Fire Brick

📋 copy color: '#B0190D'

red 176 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #B0190D

Tints of Fire Brick #B0190D

RGB

 RED value IS 176 (69.14% from 255) = 82.24%

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

 BLUE value IS 13 (5.47% from 255) = 6.07%

R = 82.24%
G = 11.68%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0190D (or 0xB0190D) is known color: Fire Brick. HEX triplet: B0, 19 and 0D. RGB value is (176,25,13). Sum of RGB (Red+Green+Blue) = 176+25+13=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B0190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0190D is #4FE6F2. Grayscale: #444444. Windows color (decimal): -5236467 or 858544. OLE color: 858544.

HSL color Cylindrical-coordinate representation of color #B0190D: hue angle of 4.42º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0190D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 13 -
CMYK 0 0.86 0.93 0.31
HSL 4.42º 0.86% 0.37% -
HSV(B) 4.42º 0.93% 0.69% -
XYZ 18.32 9.95 1.34 -
YUV 68.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 176 25 13 0 0.86 0.93 0.31 4.42 0.86 0.37
Hex B0 19 D 0 56 5D 1F 4 56 25
Octal 260 31 15 0 126 135 37 4 126 45
Binary 10110000 11001 1101 0 1010110 1011101 11111 100 1010110 100101

Color Harmonies of #B0190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0190D

Black with #B0190D

Text Example


Text Example

White with #B0190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0190D; }

 p { color: rgb(176,25,13); }

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

background-color css

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

 a { background-color: rgb(176,25,13); }

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

border-color css

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

 span { border-color: rgb(176,25,13); }

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