Html Css Color HEX #B2571C Fiery Orange

📋 copy color: '#B2571C'

red 178 ◦ green 87 ◦ blue 28

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

Shades of Fiery Orange #B2571C

Tints of Fiery Orange #B2571C

RGB

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

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

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

R = 60.75%
G = 29.69%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2571C (or 0xB2571C) is known color: Fiery Orange. HEX triplet: B2, 57 and 1C. RGB value is (178,87,28). Sum of RGB (Red+Green+Blue) = 178+87+28=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2571C is #4DA8E3. Grayscale: #6B6B6B. Windows color (decimal): -5089508 or 1857458. OLE color: 1857458.

HSL color Cylindrical-coordinate representation of color #B2571C: hue angle of 23.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2571C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 87 28 -
CMYK 0 0.51 0.84 0.30
HSL 23.6º 0.73% 0.4% -
HSV(B) 23.6º 0.84% 0.7% -
XYZ 21.98 16.37 3.1 -
YUV 107.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 178 87 28 0 0.51 0.84 0.30 23.6 0.73 0.4
Hex B2 57 1C 0 33 54 1E 18 49 28
Octal 262 127 34 0 63 124 36 30 111 50
Binary 10110010 1010111 11100 0 110011 1010100 11110 11000 1001001 101000

Color Harmonies of #B2571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2571C

Black with #B2571C

Text Example


Text Example

White with #B2571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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