Html Css Color HEX #B2592A Fiery Orange

📋 copy color: '#B2592A'

red 178 ◦ green 89 ◦ blue 42

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

Shades of Fiery Orange #B2592A

Tints of Fiery Orange #B2592A

RGB

 RED value IS 178 (69.92% from 255) = 57.61%

 GREEN value IS 89 (35.16% from 255) = 28.8%

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 57.61%
G = 28.8%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2592A (or 0xB2592A) is known color: Fiery Orange. HEX triplet: B2, 59 and 2A. RGB value is (178,89,42). Sum of RGB (Red+Green+Blue) = 178+89+42=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2592A is #4DA6D5. Grayscale: #6E6E6E. Windows color (decimal): -5088982 or 2775474. OLE color: 2775474.

HSL color Cylindrical-coordinate representation of color #B2592A: hue angle of 20.74º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2592A is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 42 -
CMYK 0 0.5 0.76 0.30
HSL 20.74º 0.62% 0.43% -
HSV(B) 20.74º 0.76% 0.7% -
XYZ 22.35 16.78 4.25 -
YUV 110.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 178 89 42 0 0.5 0.76 0.30 20.74 0.62 0.43
Hex B2 59 2A 0 32 4C 1E 15 3E 2B
Octal 262 131 52 0 62 114 36 25 76 53
Binary 10110010 1011001 101010 0 110010 1001100 11110 10101 111110 101011

Color Harmonies of #B2592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2592A

Black with #B2592A

Text Example


Text Example

White with #B2592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2592A; }

 p { color: rgb(178,89,42); }

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

background-color css

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

 a { background-color: rgb(178,89,42); }

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

border-color css

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

 span { border-color: rgb(178,89,42); }

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