Html Css Color HEX #B0601D Fiery Orange

📋 copy color: '#B0601D'

red 176 ◦ green 96 ◦ blue 29

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

Shades of Fiery Orange #B0601D

Tints of Fiery Orange #B0601D

RGB

 RED value IS 176 (69.14% from 255) = 58.47%

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 58.47%
G = 31.89%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0601D (or 0xB0601D) is known color: Fiery Orange. HEX triplet: B0, 60 and 1D. RGB value is (176,96,29). Sum of RGB (Red+Green+Blue) = 176+96+29=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0601D is #4F9FE2. Grayscale: #707070. Windows color (decimal): -5218275 or 1925296. OLE color: 1925296.

HSL color Cylindrical-coordinate representation of color #B0601D: hue angle of 27.35º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0601D is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 96 29 -
CMYK 0 0.45 0.84 0.31
HSL 27.35º 0.72% 0.4% -
HSV(B) 27.35º 0.84% 0.69% -
XYZ 22.31 17.68 3.4 -
YUV 112.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 176 96 29 0 0.45 0.84 0.31 27.35 0.72 0.4
Hex B0 60 1D 0 2D 54 1F 1B 48 28
Octal 260 140 35 0 55 124 37 33 110 50
Binary 10110000 1100000 11101 0 101101 1010100 11111 11011 1001000 101000

Color Harmonies of #B0601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0601D

Black with #B0601D

Text Example


Text Example

White with #B0601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0601D; }

 p { color: rgb(176,96,29); }

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

background-color css

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

 a { background-color: rgb(176,96,29); }

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

border-color css

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

 span { border-color: rgb(176,96,29); }

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