Html Css Color HEX #B7231C Fire Brick

📋 copy color: '#B7231C'

red 183 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #B7231C

Tints of Fire Brick #B7231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 74.39%
G = 14.23%
B = 11.38%

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

#B7231C (or 0xB7231C) is known color: Fire Brick. HEX triplet: B7, 23 and 1C. RGB value is (183,35,28). Sum of RGB (Red+Green+Blue) = 183+35+28=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7231C is #48DCE3. Grayscale: #4E4E4E. Windows color (decimal): -4775140 or 1844151. OLE color: 1844151.

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

Color convert

RGB 183 35 28 -
CMYK 0 0.81 0.85 0.28
HSL 2.71º 0.73% 0.41% -
HSV(B) 2.71º 0.85% 0.72% -
XYZ 20.34 11.35 2.22 -
YUV 78.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 183 35 28 0 0.81 0.85 0.28 2.71 0.73 0.41
Hex B7 23 1C 0 51 55 1C 3 49 29
Octal 267 43 34 0 121 125 34 3 111 51
Binary 10110111 100011 11100 0 1010001 1010101 11100 11 1001001 101001

Color Harmonies of #B7231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7231C

Black with #B7231C

Text Example


Text Example

White with #B7231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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