Html Css Color HEX #B7250E Fire Brick

📋 copy color: '#B7250E'

red 183 ◦ green 37 ◦ blue 14

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

Shades of Fire Brick #B7250E

Tints of Fire Brick #B7250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.98%

R = 78.21%
G = 15.81%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7250E (or 0xB7250E) is known color: Fire Brick. HEX triplet: B7, 25 and 0E. RGB value is (183,37,14). Sum of RGB (Red+Green+Blue) = 183+37+14=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B7250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7250E is #48DAF1. Grayscale: #4E4E4E. Windows color (decimal): -4774642 or 927159. OLE color: 927159.

HSL color Cylindrical-coordinate representation of color #B7250E: hue angle of 8.17º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7250E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 14 -
CMYK 0 0.80 0.92 0.28
HSL 8.17º 0.86% 0.39% -
HSV(B) 8.17º 0.92% 0.72% -
XYZ 20.27 11.42 1.55 -
YUV 78.03 91.87 202.87 -
System Red Green Blue C M Y K H S L
Decimal 183 37 14 0 0.80 0.92 0.28 8.17 0.86 0.39
Hex B7 25 E 0 50 5C 1C 8 56 27
Octal 267 45 16 0 120 134 34 10 126 47
Binary 10110111 100101 1110 0 1010000 1011100 11100 1000 1010110 100111

Color Harmonies of #B7250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7250E

Black with #B7250E

Text Example


Text Example

White with #B7250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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