Html Css Color HEX #B2572B Fiery Orange

📋 copy color: '#B2572B'

red 178 ◦ green 87 ◦ blue 43

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

Shades of Fiery Orange #B2572B

Tints of Fiery Orange #B2572B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 57.79%
G = 28.25%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2572B (or 0xB2572B) is known color: Fiery Orange. HEX triplet: B2, 57 and 2B. RGB value is (178,87,43). Sum of RGB (Red+Green+Blue) = 178+87+43=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2572B is #4DA8D4. Grayscale: #6D6D6D. Windows color (decimal): -5089493 or 2840498. OLE color: 2840498.

HSL color Cylindrical-coordinate representation of color #B2572B: hue angle of 19.56º degrees, saturation: 0.61, 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 #B2572B is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 87 43 -
CMYK 0 0.51 0.76 0.30
HSL 19.56º 0.61% 0.43% -
HSV(B) 19.56º 0.76% 0.7% -
XYZ 22.2 16.46 4.29 -
YUV 109.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 178 87 43 0 0.51 0.76 0.30 19.56 0.61 0.43
Hex B2 57 2B 0 33 4C 1E 14 3D 2B
Octal 262 127 53 0 63 114 36 24 75 53
Binary 10110010 1010111 101011 0 110011 1001100 11110 10100 111101 101011

Color Harmonies of #B2572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2572B

Black with #B2572B

Text Example


Text Example

White with #B2572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2572B; }

 p { color: rgb(178,87,43); }

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

background-color css

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

 a { background-color: rgb(178,87,43); }

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

border-color css

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

 span { border-color: rgb(178,87,43); }

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