Html Css Color HEX #B2571D Fiery Orange

📋 copy color: '#B2571D'

red 178 ◦ green 87 ◦ blue 29

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

Shades of Fiery Orange #B2571D

Tints of Fiery Orange #B2571D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 60.54%
G = 29.59%
B = 9.86%

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

#B2571D (or 0xB2571D) is known color: Fiery Orange. HEX triplet: B2, 57 and 1D. RGB value is (178,87,29). Sum of RGB (Red+Green+Blue) = 178+87+29=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2571D is #4DA8E2. Grayscale: #6B6B6B. Windows color (decimal): -5089507 or 1922994. OLE color: 1922994.

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

Color convert

RGB 178 87 29 -
CMYK 0 0.51 0.84 0.30
HSL 23.36º 0.72% 0.41% -
HSV(B) 23.36º 0.84% 0.7% -
XYZ 21.99 16.37 3.16 -
YUV 107.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 178 87 29 0 0.51 0.84 0.30 23.36 0.72 0.41
Hex B2 57 1D 0 33 54 1E 17 48 29
Octal 262 127 35 0 63 124 36 27 110 51
Binary 10110010 1010111 11101 0 110011 1010100 11110 10111 1001000 101001

Color Harmonies of #B2571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2571D

Black with #B2571D

Text Example


Text Example

White with #B2571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2571D; }

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

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

background-color css

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

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

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

border-color css

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

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

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