Html Css Color HEX #B7231E Fire Brick

📋 copy color: '#B7231E'

red 183 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #B7231E

Tints of Fire Brick #B7231E

RGB

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

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

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

R = 73.79%
G = 14.11%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7231E (or 0xB7231E) is known color: Fire Brick. HEX triplet: B7, 23 and 1E. RGB value is (183,35,30). Sum of RGB (Red+Green+Blue) = 183+35+30=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7231E is #48DCE1. Grayscale: #4E4E4E. Windows color (decimal): -4775138 or 1975223. OLE color: 1975223.

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

Color convert

RGB 183 35 30 -
CMYK 0 0.81 0.84 0.28
HSL 1.96º 0.72% 0.42% -
HSV(B) 1.96º 0.84% 0.72% -
XYZ 20.36 11.36 2.35 -
YUV 78.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 183 35 30 0 0.81 0.84 0.28 1.96 0.72 0.42
Hex B7 23 1E 0 51 54 1C 2 48 2A
Octal 267 43 36 0 121 124 34 2 110 52
Binary 10110111 100011 11110 0 1010001 1010100 11100 10 1001000 101010

Color Harmonies of #B7231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7231E

Black with #B7231E

Text Example


Text Example

White with #B7231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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