Html Css Color HEX #B55B2D Fiery Orange

📋 copy color: '#B55B2D'

red 181 ◦ green 91 ◦ blue 45

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

Shades of Fiery Orange #B55B2D

Tints of Fiery Orange #B55B2D

RGB

 RED value IS 181 (71.09% from 255) = 57.1%

 GREEN value IS 91 (35.94% from 255) = 28.71%

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

R = 57.1%
G = 28.71%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B55B2D (or 0xB55B2D) is known color: Fiery Orange. HEX triplet: B5, 5B and 2D. RGB value is (181,91,45). Sum of RGB (Red+Green+Blue) = 181+91+45=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B2D is #4AA4D2. Grayscale: #707070. Windows color (decimal): -4891859 or 2972597. OLE color: 2972597.

HSL color Cylindrical-coordinate representation of color #B55B2D: hue angle of 20.29º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B55B2D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 45 -
CMYK 0 0.50 0.75 0.29
HSL 20.29º 0.6% 0.44% -
HSV(B) 20.29º 0.75% 0.71% -
XYZ 23.27 17.5 4.63 -
YUV 112.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 181 91 45 0 0.50 0.75 0.29 20.29 0.6 0.44
Hex B5 5B 2D 0 32 4B 1D 14 3C 2C
Octal 265 133 55 0 62 113 35 24 74 54
Binary 10110101 1011011 101101 0 110010 1001011 11101 10100 111100 101100

Color Harmonies of #B55B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B2D

Black with #B55B2D

Text Example


Text Example

White with #B55B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B2D; }

 p { color: rgb(181,91,45); }

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

background-color css

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

 a { background-color: rgb(181,91,45); }

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

border-color css

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

 span { border-color: rgb(181,91,45); }

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