Html Css Color HEX #B2562A Fiery Orange

📋 copy color: '#B2562A'

red 178 ◦ green 86 ◦ blue 42

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

Shades of Fiery Orange #B2562A

Tints of Fiery Orange #B2562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 58.17%
G = 28.1%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2562A (or 0xB2562A) is known color: Fiery Orange. HEX triplet: B2, 56 and 2A. RGB value is (178,86,42). Sum of RGB (Red+Green+Blue) = 178+86+42=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2562A is #4DA9D5. Grayscale: #6C6C6C. Windows color (decimal): -5089750 or 2774706. OLE color: 2774706.

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

Color convert

RGB 178 86 42 -
CMYK 0 0.52 0.76 0.30
HSL 19.41º 0.62% 0.43% -
HSV(B) 19.41º 0.76% 0.7% -
XYZ 22.11 16.29 4.17 -
YUV 108.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 178 86 42 0 0.52 0.76 0.30 19.41 0.62 0.43
Hex B2 56 2A 0 34 4C 1E 13 3E 2B
Octal 262 126 52 0 64 114 36 23 76 53
Binary 10110010 1010110 101010 0 110100 1001100 11110 10011 111110 101011

Color Harmonies of #B2562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2562A

Black with #B2562A

Text Example


Text Example

White with #B2562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2562A; }

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

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

background-color css

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

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

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

border-color css

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

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

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