Html Css Color HEX #B32610 Fire Brick

📋 copy color: '#B32610'

red 179 ◦ green 38 ◦ blue 16

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

Shades of Fire Brick #B32610

Tints of Fire Brick #B32610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 76.82%
G = 16.31%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B32610 (or 0xB32610) is known color: Fire Brick. HEX triplet: B3, 26 and 10. RGB value is (179,38,16). Sum of RGB (Red+Green+Blue) = 179+38+16=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B32610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32610 is #4CD9EF. Grayscale: #4D4D4D. Windows color (decimal): -5036528 or 1058483. OLE color: 1058483.

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

Color convert

RGB 179 38 16 -
CMYK 0 0.79 0.91 0.30
HSL 8.1º 0.84% 0.38% -
HSV(B) 8.1º 0.91% 0.7% -
XYZ 19.38 11.01 1.59 -
YUV 77.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 179 38 16 0 0.79 0.91 0.30 8.1 0.84 0.38
Hex B3 26 10 0 4F 5B 1E 8 54 26
Octal 263 46 20 0 117 133 36 10 124 46
Binary 10110011 100110 10000 0 1001111 1011011 11110 1000 1010100 100110

Color Harmonies of #B32610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32610

Black with #B32610

Text Example


Text Example

White with #B32610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32610; }

 p { color: rgb(179,38,16); }

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

background-color css

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

 a { background-color: rgb(179,38,16); }

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

border-color css

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

 span { border-color: rgb(179,38,16); }

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