#B75C2D

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

Shades of Fiery Orange #B75C2D

Tints of Fiery Orange #B75C2D

Color information

#B75C2D (or 0xB75C2D) is unknown color: approx Fiery Orange. HEX triplet: B7, 5C and 2D. RGB value is (183,92,45). Sum of RGB (Red+Green+Blue) = 183+92+45=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75C2D is #48A3D2. Grayscale: #727272. Windows color (decimal): -4760531 or 2972855. OLE color: 2972855.

HSL color Cylindrical-coordinate representation of color #B75C2D: hue angle of 20.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B75C2D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1839245-
CMYK00.500.750.28
HSL20.43º60.53%44.71%-
HSV(B)20.43º75.41%71.76%-
XYZ23.8317.914.68-
YUV113.8589.15177.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.19%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 45 (17.97% from 255) = 14.06%
R=57.19%
G=28.75%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183924500.500.750.2820.4360.5344.71
HexB75C2D0324B1C143d2d
Octal2671345506211334247555
Binary101101111011100101101011001010010111110010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C2D; }

 p { color: rgb(183,92,45); }

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

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

 a { background-color: rgb(183,92,45); }

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

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

 span { border-color: rgb(183,92,45); }

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