Html Css Color HEX #B3230F Fire Brick

📋 copy color: '#B3230F'

red 179 ◦ green 35 ◦ blue 15

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

Shades of Fire Brick #B3230F

Tints of Fire Brick #B3230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

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

R = 78.17%
G = 15.28%
B = 6.55%

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

#B3230F (or 0xB3230F) is known color: Fire Brick. HEX triplet: B3, 23 and 0F. RGB value is (179,35,15). Sum of RGB (Red+Green+Blue) = 179+35+15=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B3230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3230F is #4CDCF0. Grayscale: #4C4C4C. Windows color (decimal): -5037297 or 992179. OLE color: 992179.

HSL color Cylindrical-coordinate representation of color #B3230F: hue angle of 7.32º 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 #B3230F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 15 -
CMYK 0 0.80 0.92 0.30
HSL 7.32º 0.85% 0.38% -
HSV(B) 7.32º 0.92% 0.7% -
XYZ 19.28 10.82 1.52 -
YUV 75.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 179 35 15 0 0.80 0.92 0.30 7.32 0.85 0.38
Hex B3 23 F 0 50 5C 1E 7 55 26
Octal 263 43 17 0 120 134 36 7 125 46
Binary 10110011 100011 1111 0 1010000 1011100 11110 111 1010101 100110

Color Harmonies of #B3230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3230F

Black with #B3230F

Text Example


Text Example

White with #B3230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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