Html Css Color HEX #B7231B Fire Brick

📋 copy color: '#B7231B'

red 183 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #B7231B

Tints of Fire Brick #B7231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 74.69%
G = 14.29%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7231B (or 0xB7231B) is known color: Fire Brick. HEX triplet: B7, 23 and 1B. RGB value is (183,35,27). Sum of RGB (Red+Green+Blue) = 183+35+27=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7231B is #48DCE4. Grayscale: #4E4E4E. Windows color (decimal): -4775141 or 1778615. OLE color: 1778615.

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

Color convert

RGB 183 35 27 -
CMYK 0 0.81 0.85 0.28
HSL 3.08º 0.74% 0.41% -
HSV(B) 3.08º 0.85% 0.72% -
XYZ 20.33 11.35 2.16 -
YUV 78.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 183 35 27 0 0.81 0.85 0.28 3.08 0.74 0.41
Hex B7 23 1B 0 51 55 1C 3 4A 29
Octal 267 43 33 0 121 125 34 3 112 51
Binary 10110111 100011 11011 0 1010001 1010101 11100 11 1001010 101001

Color Harmonies of #B7231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7231B

Black with #B7231B

Text Example


Text Example

White with #B7231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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