Html Css Color HEX #B0271D Fire Brick

📋 copy color: '#B0271D'

red 176 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #B0271D

Tints of Fire Brick #B0271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

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

R = 72.13%
G = 15.98%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0271D (or 0xB0271D) is known color: Fire Brick. HEX triplet: B0, 27 and 1D. RGB value is (176,39,29). Sum of RGB (Red+Green+Blue) = 176+39+29=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0271D is #4FD8E2. Grayscale: #4F4F4F. Windows color (decimal): -5232867 or 1910704. OLE color: 1910704.

HSL color Cylindrical-coordinate representation of color #B0271D: hue angle of 4.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0271D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 29 -
CMYK 0 0.78 0.84 0.31
HSL 4.08º 0.72% 0.4% -
HSV(B) 4.08º 0.84% 0.69% -
XYZ 18.85 10.77 2.25 -
YUV 78.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 176 39 29 0 0.78 0.84 0.31 4.08 0.72 0.4
Hex B0 27 1D 0 4E 54 1F 4 48 28
Octal 260 47 35 0 116 124 37 4 110 50
Binary 10110000 100111 11101 0 1001110 1010100 11111 100 1001000 101000

Color Harmonies of #B0271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0271D

Black with #B0271D

Text Example


Text Example

White with #B0271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0271D; }

 p { color: rgb(176,39,29); }

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

background-color css

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

 a { background-color: rgb(176,39,29); }

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

border-color css

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

 span { border-color: rgb(176,39,29); }

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