Html Css Color HEX #B3301B Fire Brick

📋 copy color: '#B3301B'

red 179 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #B3301B

Tints of Fire Brick #B3301B

RGB

 RED value IS 179 (70.31% from 255) = 70.47%

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 70.47%
G = 18.9%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3301B (or 0xB3301B) is known color: Fire Brick. HEX triplet: B3, 30 and 1B. RGB value is (179,48,27). Sum of RGB (Red+Green+Blue) = 179+48+27=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B3301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3301B is #4CCFE4. Grayscale: #545454. Windows color (decimal): -5033957 or 1781939. OLE color: 1781939.

HSL color Cylindrical-coordinate representation of color #B3301B: hue angle of 8.29º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3301B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 27 -
CMYK 0 0.73 0.85 0.30
HSL 8.29º 0.74% 0.4% -
HSV(B) 8.29º 0.85% 0.7% -
XYZ 19.85 11.78 2.26 -
YUV 84.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 179 48 27 0 0.73 0.85 0.30 8.29 0.74 0.4
Hex B3 30 1B 0 49 55 1E 8 4A 28
Octal 263 60 33 0 111 125 36 10 112 50
Binary 10110011 110000 11011 0 1001001 1010101 11110 1000 1001010 101000

Color Harmonies of #B3301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3301B

Black with #B3301B

Text Example


Text Example

White with #B3301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3301B; }

 p { color: rgb(179,48,27); }

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

background-color css

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

 a { background-color: rgb(179,48,27); }

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

border-color css

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

 span { border-color: rgb(179,48,27); }

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