Html Css Color HEX #B7251C Fire Brick

📋 copy color: '#B7251C'

red 183 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #B7251C

Tints of Fire Brick #B7251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.92%

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

R = 73.79%
G = 14.92%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7251C (or 0xB7251C) is known color: Fire Brick. HEX triplet: B7, 25 and 1C. RGB value is (183,37,28). Sum of RGB (Red+Green+Blue) = 183+37+28=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7251C is #48DAE3. Grayscale: #4F4F4F. Windows color (decimal): -4774628 or 1844663. OLE color: 1844663.

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

Color convert

RGB 183 37 28 -
CMYK 0 0.80 0.85 0.28
HSL 3.48º 0.73% 0.41% -
HSV(B) 3.48º 0.85% 0.72% -
XYZ 20.4 11.47 2.24 -
YUV 79.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 183 37 28 0 0.80 0.85 0.28 3.48 0.73 0.41
Hex B7 25 1C 0 50 55 1C 3 49 29
Octal 267 45 34 0 120 125 34 3 111 51
Binary 10110111 100101 11100 0 1010000 1010101 11100 11 1001001 101001

Color Harmonies of #B7251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7251C

Black with #B7251C

Text Example


Text Example

White with #B7251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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