Html Css Color HEX #B7302B Fire Brick

📋 copy color: '#B7302B'

red 183 ◦ green 48 ◦ blue 43

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

Shades of Fire Brick #B7302B

Tints of Fire Brick #B7302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 66.79%
G = 17.52%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7302B (or 0xB7302B) is known color: Fire Brick. HEX triplet: B7, 30 and 2B. RGB value is (183,48,43). Sum of RGB (Red+Green+Blue) = 183+48+43=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B7302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7302B is #48CFD4. Grayscale: #575757. Windows color (decimal): -4771797 or 2830519. OLE color: 2830519.

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

Color convert

RGB 183 48 43 -
CMYK 0 0.74 0.77 0.28
HSL 2.14º 0.62% 0.44% -
HSV(B) 2.14º 0.77% 0.72% -
XYZ 21.02 12.36 3.56 -
YUV 87.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 183 48 43 0 0.74 0.77 0.28 2.14 0.62 0.44
Hex B7 30 2B 0 4A 4D 1C 2 3E 2C
Octal 267 60 53 0 112 115 34 2 76 54
Binary 10110111 110000 101011 0 1001010 1001101 11100 10 111110 101100

Color Harmonies of #B7302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7302B

Black with #B7302B

Text Example


Text Example

White with #B7302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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