Html Css Color HEX #B05D24 Fiery Orange

📋 copy color: '#B05D24'

red 176 ◦ green 93 ◦ blue 36

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

Shades of Fiery Orange #B05D24

Tints of Fiery Orange #B05D24

RGB

 RED value IS 176 (69.14% from 255) = 57.7%

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

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 57.7%
G = 30.49%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B05D24 (or 0xB05D24) is known color: Fiery Orange. HEX triplet: B0, 5D and 24. RGB value is (176,93,36). Sum of RGB (Red+Green+Blue) = 176+93+36=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D24 is #4FA2DB. Grayscale: #6F6F6F. Windows color (decimal): -5219036 or 2383280. OLE color: 2383280.

HSL color Cylindrical-coordinate representation of color #B05D24: hue angle of 24.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05D24 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 36 -
CMYK 0 0.47 0.80 0.31
HSL 24.43º 0.66% 0.42% -
HSV(B) 24.43º 0.8% 0.69% -
XYZ 22.14 17.19 3.82 -
YUV 111.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 176 93 36 0 0.47 0.80 0.31 24.43 0.66 0.42
Hex B0 5D 24 0 2F 50 1F 18 42 2A
Octal 260 135 44 0 57 120 37 30 102 52
Binary 10110000 1011101 100100 0 101111 1010000 11111 11000 1000010 101010

Color Harmonies of #B05D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D24

Black with #B05D24

Text Example


Text Example

White with #B05D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D24; }

 p { color: rgb(176,93,36); }

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

background-color css

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

 a { background-color: rgb(176,93,36); }

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

border-color css

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

 span { border-color: rgb(176,93,36); }

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