Html Css Color HEX #B0552C Fiery Orange

📋 copy color: '#B0552C'

red 176 ◦ green 85 ◦ blue 44

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

Shades of Fiery Orange #B0552C

Tints of Fiery Orange #B0552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 57.7%
G = 27.87%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0552C (or 0xB0552C) is known color: Fiery Orange. HEX triplet: B0, 55 and 2C. RGB value is (176,85,44). Sum of RGB (Red+Green+Blue) = 176+85+44=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0552C is #4FAAD3. Grayscale: #6B6B6B. Windows color (decimal): -5221076 or 2905520. OLE color: 2905520.

HSL color Cylindrical-coordinate representation of color #B0552C: hue angle of 18.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0552C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 44 -
CMYK 0 0.52 0.75 0.31
HSL 18.64º 0.6% 0.43% -
HSV(B) 18.64º 0.75% 0.69% -
XYZ 21.61 15.91 4.31 -
YUV 107.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 176 85 44 0 0.52 0.75 0.31 18.64 0.6 0.43
Hex B0 55 2C 0 34 4B 1F 13 3C 2B
Octal 260 125 54 0 64 113 37 23 74 53
Binary 10110000 1010101 101100 0 110100 1001011 11111 10011 111100 101011

Color Harmonies of #B0552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0552C

Black with #B0552C

Text Example


Text Example

White with #B0552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0552C; }

 p { color: rgb(176,85,44); }

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

background-color css

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

 a { background-color: rgb(176,85,44); }

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

border-color css

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

 span { border-color: rgb(176,85,44); }

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