Html Css Color HEX #B7261E Fire Brick

📋 copy color: '#B7261E'

red 183 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #B7261E

Tints of Fire Brick #B7261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 72.91%
G = 15.14%
B = 11.95%

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

#B7261E (or 0xB7261E) is known color: Fire Brick. HEX triplet: B7, 26 and 1E. RGB value is (183,38,30). Sum of RGB (Red+Green+Blue) = 183+38+30=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7261E is #48D9E1. Grayscale: #505050. Windows color (decimal): -4774370 or 1975991. OLE color: 1975991.

HSL color Cylindrical-coordinate representation of color #B7261E: hue angle of 3.14º 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 #B7261E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 30 -
CMYK 0 0.79 0.84 0.28
HSL 3.14º 0.72% 0.42% -
HSV(B) 3.14º 0.84% 0.72% -
XYZ 20.46 11.55 2.38 -
YUV 80.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 183 38 30 0 0.79 0.84 0.28 3.14 0.72 0.42
Hex B7 26 1E 0 4F 54 1C 3 48 2A
Octal 267 46 36 0 117 124 34 3 110 52
Binary 10110111 100110 11110 0 1001111 1010100 11100 11 1001000 101010

Color Harmonies of #B7261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7261E

Black with #B7261E

Text Example


Text Example

White with #B7261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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