Html Css Color HEX #B2612A Fiery Orange

📋 copy color: '#B2612A'

red 178 ◦ green 97 ◦ blue 42

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

Shades of Fiery Orange #B2612A

Tints of Fiery Orange #B2612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

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

R = 56.15%
G = 30.6%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2612A (or 0xB2612A) is known color: Fiery Orange. HEX triplet: B2, 61 and 2A. RGB value is (178,97,42). Sum of RGB (Red+Green+Blue) = 178+97+42=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2612A is #4D9ED5. Grayscale: #737373. Windows color (decimal): -5086934 or 2777522. OLE color: 2777522.

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

Color convert

RGB 178 97 42 -
CMYK 0 0.46 0.76 0.30
HSL 24.26º 0.62% 0.43% -
HSV(B) 24.26º 0.76% 0.7% -
XYZ 23.05 18.18 4.48 -
YUV 114.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 178 97 42 0 0.46 0.76 0.30 24.26 0.62 0.43
Hex B2 61 2A 0 2E 4C 1E 18 3E 2B
Octal 262 141 52 0 56 114 36 30 76 53
Binary 10110010 1100001 101010 0 101110 1001100 11110 11000 111110 101011

Color Harmonies of #B2612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2612A

Black with #B2612A

Text Example


Text Example

White with #B2612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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