Html Css Color HEX #B25F1D Fiery Orange

📋 copy color: '#B25F1D'

red 178 ◦ green 95 ◦ blue 29

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

Shades of Fiery Orange #B25F1D

Tints of Fiery Orange #B25F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 58.94%
G = 31.46%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B25F1D (or 0xB25F1D) is known color: Fiery Orange. HEX triplet: B2, 5F and 1D. RGB value is (178,95,29). Sum of RGB (Red+Green+Blue) = 178+95+29=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F1D is #4DA0E2. Grayscale: #707070. Windows color (decimal): -5087459 or 1925042. OLE color: 1925042.

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

Color convert

RGB 178 95 29 -
CMYK 0 0.47 0.84 0.30
HSL 26.58º 0.72% 0.41% -
HSV(B) 26.58º 0.84% 0.7% -
XYZ 22.67 17.74 3.39 -
YUV 112.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 178 95 29 0 0.47 0.84 0.30 26.58 0.72 0.41
Hex B2 5F 1D 0 2F 54 1E 1B 48 29
Octal 262 137 35 0 57 124 36 33 110 51
Binary 10110010 1011111 11101 0 101111 1010100 11110 11011 1001000 101001

Color Harmonies of #B25F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F1D

Black with #B25F1D

Text Example


Text Example

White with #B25F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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