Html Css Color HEX #B3552F Fiery Orange

📋 copy color: '#B3552F'

red 179 ◦ green 85 ◦ blue 47

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

Shades of Fiery Orange #B3552F

Tints of Fiery Orange #B3552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 57.56%
G = 27.33%
B = 15.11%

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

#B3552F (or 0xB3552F) is known color: Fiery Orange. HEX triplet: B3, 55 and 2F. RGB value is (179,85,47). Sum of RGB (Red+Green+Blue) = 179+85+47=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3552F is #4CAAD0. Grayscale: #6D6D6D. Windows color (decimal): -5024465 or 3102131. OLE color: 3102131.

HSL color Cylindrical-coordinate representation of color #B3552F: hue angle of 17.27º degrees, saturation: 0.58, 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 #B3552F is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 47 -
CMYK 0 0.53 0.74 0.30
HSL 17.27º 0.58% 0.44% -
HSV(B) 17.27º 0.74% 0.7% -
XYZ 22.35 16.29 4.65 -
YUV 108.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 179 85 47 0 0.53 0.74 0.30 17.27 0.58 0.44
Hex B3 55 2F 0 35 4A 1E 11 3A 2C
Octal 263 125 57 0 65 112 36 21 72 54
Binary 10110011 1010101 101111 0 110101 1001010 11110 10001 111010 101100

Color Harmonies of #B3552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3552F

Black with #B3552F

Text Example


Text Example

White with #B3552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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