Html Css Color HEX #B7251A Fire Brick

📋 copy color: '#B7251A'

red 183 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #B7251A

Tints of Fire Brick #B7251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 74.39%
G = 15.04%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7251A (or 0xB7251A) is known color: Fire Brick. HEX triplet: B7, 25 and 1A. RGB value is (183,37,26). Sum of RGB (Red+Green+Blue) = 183+37+26=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7251A is #48DAE5. Grayscale: #4F4F4F. Windows color (decimal): -4774630 or 1713591. OLE color: 1713591.

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

Color convert

RGB 183 37 26 -
CMYK 0 0.80 0.86 0.28
HSL 4.2º 0.75% 0.41% -
HSV(B) 4.2º 0.86% 0.72% -
XYZ 20.38 11.47 2.12 -
YUV 79.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 183 37 26 0 0.80 0.86 0.28 4.2 0.75 0.41
Hex B7 25 1A 0 50 56 1C 4 4B 29
Octal 267 45 32 0 120 126 34 4 113 51
Binary 10110111 100101 11010 0 1010000 1010110 11100 100 1001011 101001

Color Harmonies of #B7251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7251A

Black with #B7251A

Text Example


Text Example

White with #B7251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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