Html Css Color HEX #B3552E Fiery Orange

📋 copy color: '#B3552E'

red 179 ◦ green 85 ◦ blue 46

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

Shades of Fiery Orange #B3552E

Tints of Fiery Orange #B3552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 57.74%
G = 27.42%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3552E (or 0xB3552E) is known color: Fiery Orange. HEX triplet: B3, 55 and 2E. RGB value is (179,85,46). Sum of RGB (Red+Green+Blue) = 179+85+46=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3552E is #4CAAD1. Grayscale: #6C6C6C. Windows color (decimal): -5024466 or 3036595. OLE color: 3036595.

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

Color convert

RGB 179 85 46 -
CMYK 0 0.53 0.74 0.30
HSL 17.59º 0.59% 0.44% -
HSV(B) 17.59º 0.74% 0.7% -
XYZ 22.33 16.28 4.55 -
YUV 108.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 179 85 46 0 0.53 0.74 0.30 17.59 0.59 0.44
Hex B3 55 2E 0 35 4A 1E 12 3B 2C
Octal 263 125 56 0 65 112 36 22 73 54
Binary 10110011 1010101 101110 0 110101 1001010 11110 10010 111011 101100

Color Harmonies of #B3552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3552E

Black with #B3552E

Text Example


Text Example

White with #B3552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3552E; }

 p { color: rgb(179,85,46); }

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

background-color css

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

 a { background-color: rgb(179,85,46); }

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

border-color css

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

 span { border-color: rgb(179,85,46); }

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