Html Css Color HEX #B7302A Fire Brick

📋 copy color: '#B7302A'

red 183 ◦ green 48 ◦ blue 42

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

Shades of Fire Brick #B7302A

Tints of Fire Brick #B7302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 67.03%
G = 17.58%
B = 15.38%

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

#B7302A (or 0xB7302A) is known color: Fire Brick. HEX triplet: B7, 30 and 2A. RGB value is (183,48,42). Sum of RGB (Red+Green+Blue) = 183+48+42=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B7302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7302A is #48CFD5. Grayscale: #575757. Windows color (decimal): -4771798 or 2764983. OLE color: 2764983.

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

Color convert

RGB 183 48 42 -
CMYK 0 0.74 0.77 0.28
HSL 2.55º 0.63% 0.44% -
HSV(B) 2.55º 0.77% 0.72% -
XYZ 21 12.35 3.47 -
YUV 87.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 183 48 42 0 0.74 0.77 0.28 2.55 0.63 0.44
Hex B7 30 2A 0 4A 4D 1C 3 3F 2C
Octal 267 60 52 0 112 115 34 3 77 54
Binary 10110111 110000 101010 0 1001010 1001101 11100 11 111111 101100

Color Harmonies of #B7302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7302A

Black with #B7302A

Text Example


Text Example

White with #B7302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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