Html Css Color HEX #B7302E Fire Brick

📋 copy color: '#B7302E'

red 183 ◦ green 48 ◦ blue 46

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

Shades of Fire Brick #B7302E

Tints of Fire Brick #B7302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 66.06%
G = 17.33%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7302E (or 0xB7302E) is known color: Fire Brick. HEX triplet: B7, 30 and 2E. RGB value is (183,48,46). Sum of RGB (Red+Green+Blue) = 183+48+46=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7302E is #48CFD1. Grayscale: #585858. Windows color (decimal): -4771794 or 3027127. OLE color: 3027127.

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

Color convert

RGB 183 48 46 -
CMYK 0 0.74 0.75 0.28
HSL 0.88º 0.6% 0.45% -
HSV(B) 0.88º 0.75% 0.72% -
XYZ 21.08 12.38 3.86 -
YUV 88.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 183 48 46 0 0.74 0.75 0.28 0.88 0.6 0.45
Hex B7 30 2E 0 4A 4B 1C 1 3C 2D
Octal 267 60 56 0 112 113 34 1 74 55
Binary 10110111 110000 101110 0 1001010 1001011 11100 1 111100 101101

Color Harmonies of #B7302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7302E

Black with #B7302E

Text Example


Text Example

White with #B7302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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