Html Css Color HEX #B3552A Fiery Orange

📋 copy color: '#B3552A'

red 179 ◦ green 85 ◦ blue 42

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

Shades of Fiery Orange #B3552A

Tints of Fiery Orange #B3552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 58.5%
G = 27.78%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3552A (or 0xB3552A) is known color: Fiery Orange. HEX triplet: B3, 55 and 2A. RGB value is (179,85,42). Sum of RGB (Red+Green+Blue) = 179+85+42=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3552A is #4CAAD5. Grayscale: #6C6C6C. Windows color (decimal): -5024470 or 2774451. OLE color: 2774451.

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

Color convert

RGB 179 85 42 -
CMYK 0 0.53 0.77 0.30
HSL 18.83º 0.62% 0.43% -
HSV(B) 18.83º 0.77% 0.7% -
XYZ 22.26 16.25 4.15 -
YUV 108.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 179 85 42 0 0.53 0.77 0.30 18.83 0.62 0.43
Hex B3 55 2A 0 35 4D 1E 13 3E 2B
Octal 263 125 52 0 65 115 36 23 76 53
Binary 10110011 1010101 101010 0 110101 1001101 11110 10011 111110 101011

Color Harmonies of #B3552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3552A

Black with #B3552A

Text Example


Text Example

White with #B3552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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