Html Css Color HEX #B7271E Fire Brick

📋 copy color: '#B7271E'

red 183 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #B7271E

Tints of Fire Brick #B7271E

RGB

 RED value IS 183 (71.88% from 255) = 72.62%

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 72.62%
G = 15.48%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7271E (or 0xB7271E) is known color: Fire Brick. HEX triplet: B7, 27 and 1E. RGB value is (183,39,30). Sum of RGB (Red+Green+Blue) = 183+39+30=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7271E is #48D8E1. Grayscale: #515151. Windows color (decimal): -4774114 or 1976247. OLE color: 1976247.

HSL color Cylindrical-coordinate representation of color #B7271E: hue angle of 3.53º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7271E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 39 30 -
CMYK 0 0.79 0.84 0.28
HSL 3.53º 0.72% 0.42% -
HSV(B) 3.53º 0.84% 0.72% -
XYZ 20.49 11.61 2.39 -
YUV 81.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 183 39 30 0 0.79 0.84 0.28 3.53 0.72 0.42
Hex B7 27 1E 0 4F 54 1C 4 48 2A
Octal 267 47 36 0 117 124 34 4 110 52
Binary 10110111 100111 11110 0 1001111 1010100 11100 100 1001000 101010

Color Harmonies of #B7271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7271E

Black with #B7271E

Text Example


Text Example

White with #B7271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7271E; }

 p { color: rgb(183,39,30); }

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

background-color css

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

 a { background-color: rgb(183,39,30); }

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

border-color css

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

 span { border-color: rgb(183,39,30); }

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