Html Css Color HEX #B7301C Fire Brick

📋 copy color: '#B7301C'

red 183 ◦ green 48 ◦ blue 28

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

Shades of Fire Brick #B7301C

Tints of Fire Brick #B7301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 70.66%
G = 18.53%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7301C (or 0xB7301C) is known color: Fire Brick. HEX triplet: B7, 30 and 1C. RGB value is (183,48,28). Sum of RGB (Red+Green+Blue) = 183+48+28=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7301C is #48CFE3. Grayscale: #565656. Windows color (decimal): -4771812 or 1847479. OLE color: 1847479.

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

Color convert

RGB 183 48 28 -
CMYK 0 0.74 0.85 0.28
HSL 7.74º 0.73% 0.41% -
HSV(B) 7.74º 0.85% 0.72% -
XYZ 20.79 12.27 2.37 -
YUV 86.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 183 48 28 0 0.74 0.85 0.28 7.74 0.73 0.41
Hex B7 30 1C 0 4A 55 1C 8 49 29
Octal 267 60 34 0 112 125 34 10 111 51
Binary 10110111 110000 11100 0 1001010 1010101 11100 1000 1001001 101001

Color Harmonies of #B7301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7301C

Black with #B7301C

Text Example


Text Example

White with #B7301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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