Html Css Color HEX #B3240C Fire Brick

📋 copy color: '#B3240C'

red 179 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #B3240C

Tints of Fire Brick #B3240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 78.85%
G = 15.86%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3240C (or 0xB3240C) is known color: Fire Brick. HEX triplet: B3, 24 and 0C. RGB value is (179,36,12). Sum of RGB (Red+Green+Blue) = 179+36+12=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B3240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3240C is #4CDBF3. Grayscale: #4C4C4C. Windows color (decimal): -5037044 or 795827. OLE color: 795827.

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

Color convert

RGB 179 36 12 -
CMYK 0 0.80 0.93 0.30
HSL 8.62º 0.87% 0.37% -
HSV(B) 8.62º 0.93% 0.7% -
XYZ 19.29 10.87 1.43 -
YUV 76.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 179 36 12 0 0.80 0.93 0.30 8.62 0.87 0.37
Hex B3 24 C 0 50 5D 1E 9 57 25
Octal 263 44 14 0 120 135 36 11 127 45
Binary 10110011 100100 1100 0 1010000 1011101 11110 1001 1010111 100101

Color Harmonies of #B3240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3240C

Black with #B3240C

Text Example


Text Example

White with #B3240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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