Html Css Color HEX #B7261A Fire Brick

📋 copy color: '#B7261A'

red 183 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #B7261A

Tints of Fire Brick #B7261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 74.09%
G = 15.38%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7261A (or 0xB7261A) is known color: Fire Brick. HEX triplet: B7, 26 and 1A. RGB value is (183,38,26). Sum of RGB (Red+Green+Blue) = 183+38+26=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7261A is #48D9E5. Grayscale: #505050. Windows color (decimal): -4774374 or 1713847. OLE color: 1713847.

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

Color convert

RGB 183 38 26 -
CMYK 0 0.79 0.86 0.28
HSL 4.59º 0.75% 0.41% -
HSV(B) 4.59º 0.86% 0.72% -
XYZ 20.41 11.53 2.13 -
YUV 79.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 183 38 26 0 0.79 0.86 0.28 4.59 0.75 0.41
Hex B7 26 1A 0 4F 56 1C 5 4B 29
Octal 267 46 32 0 117 126 34 5 113 51
Binary 10110111 100110 11010 0 1001111 1010110 11100 101 1001011 101001

Color Harmonies of #B7261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7261A

Black with #B7261A

Text Example


Text Example

White with #B7261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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