Html Css Color HEX #B3240F Fire Brick

📋 copy color: '#B3240F'

red 179 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #B3240F

Tints of Fire Brick #B3240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 77.83%
G = 15.65%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3240F (or 0xB3240F) is known color: Fire Brick. HEX triplet: B3, 24 and 0F. RGB value is (179,36,15). Sum of RGB (Red+Green+Blue) = 179+36+15=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B3240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3240F is #4CDBF0. Grayscale: #4C4C4C. Windows color (decimal): -5037041 or 992435. OLE color: 992435.

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

Color convert

RGB 179 36 15 -
CMYK 0 0.80 0.92 0.30
HSL 7.68º 0.85% 0.38% -
HSV(B) 7.68º 0.92% 0.7% -
XYZ 19.31 10.88 1.53 -
YUV 76.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 179 36 15 0 0.80 0.92 0.30 7.68 0.85 0.38
Hex B3 24 F 0 50 5C 1E 8 55 26
Octal 263 44 17 0 120 134 36 10 125 46
Binary 10110011 100100 1111 0 1010000 1011100 11110 1000 1010101 100110

Color Harmonies of #B3240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3240F

Black with #B3240F

Text Example


Text Example

White with #B3240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3240F; }

 p { color: rgb(179,36,15); }

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

background-color css

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

 a { background-color: rgb(179,36,15); }

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

border-color css

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

 span { border-color: rgb(179,36,15); }

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