Html Css Color HEX #B7302C Fire Brick

📋 copy color: '#B7302C'

red 183 ◦ green 48 ◦ blue 44

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

Shades of Fire Brick #B7302C

Tints of Fire Brick #B7302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16%

R = 66.55%
G = 17.45%
B = 16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7302C (or 0xB7302C) is known color: Fire Brick. HEX triplet: B7, 30 and 2C. RGB value is (183,48,44). Sum of RGB (Red+Green+Blue) = 183+48+44=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7302C is #48CFD3. Grayscale: #585858. Windows color (decimal): -4771796 or 2896055. OLE color: 2896055.

HSL color Cylindrical-coordinate representation of color #B7302C: hue angle of 1.73º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7302C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 44 -
CMYK 0 0.74 0.76 0.28
HSL 1.73º 0.61% 0.45% -
HSV(B) 1.73º 0.76% 0.72% -
XYZ 21.04 12.36 3.66 -
YUV 87.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 183 48 44 0 0.74 0.76 0.28 1.73 0.61 0.45
Hex B7 30 2C 0 4A 4C 1C 2 3D 2D
Octal 267 60 54 0 112 114 34 2 75 55
Binary 10110111 110000 101100 0 1001010 1001100 11100 10 111101 101101

Color Harmonies of #B7302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7302C

Black with #B7302C

Text Example


Text Example

White with #B7302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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