Html Css Color HEX #B3602B Fiery Orange

📋 copy color: '#B3602B'

red 179 ◦ green 96 ◦ blue 43

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

Shades of Fiery Orange #B3602B

Tints of Fiery Orange #B3602B

RGB

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

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

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

R = 56.29%
G = 30.19%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3602B (or 0xB3602B) is known color: Fiery Orange. HEX triplet: B3, 60 and 2B. RGB value is (179,96,43). Sum of RGB (Red+Green+Blue) = 179+96+43=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B3602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3602B is #4C9FD4. Grayscale: #737373. Windows color (decimal): -5021653 or 2842803. OLE color: 2842803.

HSL color Cylindrical-coordinate representation of color #B3602B: hue angle of 23.38º 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 #B3602B is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 43 -
CMYK 0 0.46 0.76 0.30
HSL 23.38º 0.61% 0.44% -
HSV(B) 23.38º 0.76% 0.7% -
XYZ 23.21 18.12 4.56 -
YUV 114.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 179 96 43 0 0.46 0.76 0.30 23.38 0.61 0.44
Hex B3 60 2B 0 2E 4C 1E 17 3D 2C
Octal 263 140 53 0 56 114 36 27 75 54
Binary 10110011 1100000 101011 0 101110 1001100 11110 10111 111101 101100

Color Harmonies of #B3602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3602B

Black with #B3602B

Text Example


Text Example

White with #B3602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3602B; }

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

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

background-color css

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

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

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

border-color css

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

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

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