Html Css Color HEX #B3552B Fiery Orange

📋 copy color: '#B3552B'

red 179 ◦ green 85 ◦ blue 43

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

Shades of Fiery Orange #B3552B

Tints of Fiery Orange #B3552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 58.31%
G = 27.69%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3552B (or 0xB3552B) is known color: Fiery Orange. HEX triplet: B3, 55 and 2B. RGB value is (179,85,43). Sum of RGB (Red+Green+Blue) = 179+85+43=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3552B is #4CAAD4. Grayscale: #6C6C6C. Windows color (decimal): -5024469 or 2839987. OLE color: 2839987.

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

Color convert

RGB 179 85 43 -
CMYK 0 0.53 0.76 0.30
HSL 18.53º 0.61% 0.44% -
HSV(B) 18.53º 0.76% 0.7% -
XYZ 22.27 16.26 4.25 -
YUV 108.32 91.14 178.42 -
System Red Green Blue C M Y K H S L
Decimal 179 85 43 0 0.53 0.76 0.30 18.53 0.61 0.44
Hex B3 55 2B 0 35 4C 1E 13 3D 2C
Octal 263 125 53 0 65 114 36 23 75 54
Binary 10110011 1010101 101011 0 110101 1001100 11110 10011 111101 101100

Color Harmonies of #B3552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3552B

Black with #B3552B

Text Example


Text Example

White with #B3552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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