Html Css Color HEX #B3602C Fiery Orange

📋 copy color: '#B3602C'

red 179 ◦ green 96 ◦ blue 44

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

Shades of Fiery Orange #B3602C

Tints of Fiery Orange #B3602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 56.11%
G = 30.09%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3602C (or 0xB3602C) is known color: Fiery Orange. HEX triplet: B3, 60 and 2C. RGB value is (179,96,44). Sum of RGB (Red+Green+Blue) = 179+96+44=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3602C is #4C9FD3. Grayscale: #737373. Windows color (decimal): -5021652 or 2908339. OLE color: 2908339.

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

Color convert

RGB 179 96 44 -
CMYK 0 0.46 0.75 0.30
HSL 23.11º 0.61% 0.44% -
HSV(B) 23.11º 0.75% 0.7% -
XYZ 23.23 18.13 4.66 -
YUV 114.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 179 96 44 0 0.46 0.75 0.30 23.11 0.61 0.44
Hex B3 60 2C 0 2E 4B 1E 17 3D 2C
Octal 263 140 54 0 56 113 36 27 75 54
Binary 10110011 1100000 101100 0 101110 1001011 11110 10111 111101 101100

Color Harmonies of #B3602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3602C

Black with #B3602C

Text Example


Text Example

White with #B3602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3602C; }

 p { color: rgb(179,96,44); }

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

background-color css

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

 a { background-color: rgb(179,96,44); }

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

border-color css

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

 span { border-color: rgb(179,96,44); }

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