Html Css Color HEX #B75D2D Fiery Orange

📋 copy color: '#B75D2D'

red 183 ◦ green 93 ◦ blue 45

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

Shades of Fiery Orange #B75D2D

Tints of Fiery Orange #B75D2D

RGB

 RED value IS 183 (71.88% from 255) = 57.01%

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 57.01%
G = 28.97%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B75D2D (or 0xB75D2D) is known color: Fiery Orange. HEX triplet: B7, 5D and 2D. RGB value is (183,93,45). Sum of RGB (Red+Green+Blue) = 183+93+45=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D2D is #48A2D2. Grayscale: #727272. Windows color (decimal): -4760275 or 2973111. OLE color: 2973111.

HSL color Cylindrical-coordinate representation of color #B75D2D: hue angle of 20.87º 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 #B75D2D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 93 45 -
CMYK 0 0.49 0.75 0.28
HSL 20.87º 0.61% 0.45% -
HSV(B) 20.87º 0.75% 0.72% -
XYZ 23.92 18.09 4.71 -
YUV 114.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 183 93 45 0 0.49 0.75 0.28 20.87 0.61 0.45
Hex B7 5D 2D 0 31 4B 1C 15 3D 2D
Octal 267 135 55 0 61 113 34 25 75 55
Binary 10110111 1011101 101101 0 110001 1001011 11100 10101 111101 101101

Color Harmonies of #B75D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D2D

Black with #B75D2D

Text Example


Text Example

White with #B75D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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