Html Css Color HEX #B7271A Fire Brick

📋 copy color: '#B7271A'

red 183 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #B7271A

Tints of Fire Brick #B7271A

RGB

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

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

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

R = 73.79%
G = 15.73%
B = 10.48%

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

#B7271A (or 0xB7271A) is known color: Fire Brick. HEX triplet: B7, 27 and 1A. RGB value is (183,39,26). Sum of RGB (Red+Green+Blue) = 183+39+26=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7271A is #48D8E5. Grayscale: #505050. Windows color (decimal): -4774118 or 1714103. OLE color: 1714103.

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

Color convert

RGB 183 39 26 -
CMYK 0 0.79 0.86 0.28
HSL 4.97º 0.75% 0.41% -
HSV(B) 4.97º 0.86% 0.72% -
XYZ 20.44 11.59 2.14 -
YUV 80.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 183 39 26 0 0.79 0.86 0.28 4.97 0.75 0.41
Hex B7 27 1A 0 4F 56 1C 5 4B 29
Octal 267 47 32 0 117 126 34 5 113 51
Binary 10110111 100111 11010 0 1001111 1010110 11100 101 1001011 101001

Color Harmonies of #B7271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7271A

Black with #B7271A

Text Example


Text Example

White with #B7271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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