#B35C1D

Color #B35C1D Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B35C1D

Tints of Fiery Orange #B35C1D

Color information

#B35C1D (or 0xB35C1D) is unknown color: approx Fiery Orange. HEX triplet: B3, 5C and 1D. RGB value is (179,92,29). Sum of RGB (Red+Green+Blue) = 179+92+29=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C1D is #4CA3E2. Grayscale: #6F6F6F. Windows color (decimal): -5022691 or 1924275. OLE color: 1924275.

HSL color Cylindrical-coordinate representation of color #B35C1D: hue angle of 25.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B35C1D is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1799229-
CMYK00.490.840.30
HSL25.2º72.12%40.78%-
HSV(B)25.2º83.8%70.2%-
XYZ22.6417.333.31-
YUV110.8381.82176.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.67%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 29 (11.72% from 255) = 9.67%
R=59.67%
G=30.67%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179922900.490.840.3025.272.1240.78
HexB35C1D031541E194829
Octal26313435061124363111051
Binary101100111011100111010110001101010011110110011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C1D; }

 p { color: rgb(179,92,29); }

 H1.HeaderClassName
 {
   color: #B35C1D;
 }
 .AnyTagClassName
 {
   color: #B35C1D;
 }
</style>
background-color css

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

 a { background-color: rgb(179,92,29); }

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

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

 span { border-color: rgb(179,92,29); }

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