Html Css Color HEX #B55C1C Fiery Orange

📋 copy color: '#B55C1C'

red 181 ◦ green 92 ◦ blue 28

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

Shades of Fiery Orange #B55C1C

Tints of Fiery Orange #B55C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 60.13%
G = 30.56%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B55C1C (or 0xB55C1C) is known color: Fiery Orange. HEX triplet: B5, 5C and 1C. RGB value is (181,92,28). Sum of RGB (Red+Green+Blue) = 181+92+28=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C1C is #4AA3E3. Grayscale: #6F6F6F. Windows color (decimal): -4891620 or 1858741. OLE color: 1858741.

HSL color Cylindrical-coordinate representation of color #B55C1C: hue angle of 25.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B55C1C is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 92 28 -
CMYK 0 0.49 0.85 0.29
HSL 25.1º 0.73% 0.41% -
HSV(B) 25.1º 0.85% 0.71% -
XYZ 23.09 17.56 3.27 -
YUV 111.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 181 92 28 0 0.49 0.85 0.29 25.1 0.73 0.41
Hex B5 5C 1C 0 31 55 1D 19 49 29
Octal 265 134 34 0 61 125 35 31 111 51
Binary 10110101 1011100 11100 0 110001 1010101 11101 11001 1001001 101001

Color Harmonies of #B55C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C1C

Black with #B55C1C

Text Example


Text Example

White with #B55C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C1C; }

 p { color: rgb(181,92,28); }

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

background-color css

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

 a { background-color: rgb(181,92,28); }

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

border-color css

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

 span { border-color: rgb(181,92,28); }

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