Html Css Color HEX #B7261B Fire Brick

📋 copy color: '#B7261B'

red 183 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #B7261B

Tints of Fire Brick #B7261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 73.79%
G = 15.32%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7261B (or 0xB7261B) is known color: Fire Brick. HEX triplet: B7, 26 and 1B. RGB value is (183,38,27). Sum of RGB (Red+Green+Blue) = 183+38+27=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7261B is #48D9E4. Grayscale: #505050. Windows color (decimal): -4774373 or 1779383. OLE color: 1779383.

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

Color convert

RGB 183 38 27 -
CMYK 0 0.79 0.85 0.28
HSL 4.23º 0.74% 0.41% -
HSV(B) 4.23º 0.85% 0.72% -
XYZ 20.42 11.53 2.19 -
YUV 80.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 183 38 27 0 0.79 0.85 0.28 4.23 0.74 0.41
Hex B7 26 1B 0 4F 55 1C 4 4A 29
Octal 267 46 33 0 117 125 34 4 112 51
Binary 10110111 100110 11011 0 1001111 1010101 11100 100 1001010 101001

Color Harmonies of #B7261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7261B

Black with #B7261B

Text Example


Text Example

White with #B7261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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