Html Css Color HEX #B8302A Fire Brick

📋 copy color: '#B8302A'

red 184 ◦ green 48 ◦ blue 42

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

Shades of Fire Brick #B8302A

Tints of Fire Brick #B8302A

RGB

 RED value IS 184 (72.27% from 255) = 67.15%

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

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

R = 67.15%
G = 17.52%
B = 15.33%

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

#B8302A (or 0xB8302A) is known color: Fire Brick. HEX triplet: B8, 30 and 2A. RGB value is (184,48,42). Sum of RGB (Red+Green+Blue) = 184+48+42=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B8302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8302A is #47CFD5. Grayscale: #585858. Windows color (decimal): -4706262 or 2764984. OLE color: 2764984.

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

Color convert

RGB 184 48 42 -
CMYK 0 0.74 0.77 0.28
HSL 2.54º 0.63% 0.44% -
HSV(B) 2.54º 0.77% 0.72% -
XYZ 21.24 12.47 3.48 -
YUV 87.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 184 48 42 0 0.74 0.77 0.28 2.54 0.63 0.44
Hex B8 30 2A 0 4A 4D 1C 3 3F 2C
Octal 270 60 52 0 112 115 34 3 77 54
Binary 10111000 110000 101010 0 1001010 1001101 11100 11 111111 101100

Color Harmonies of #B8302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8302A

Black with #B8302A

Text Example


Text Example

White with #B8302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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