Html Css Color HEX #B25630 Fiery Orange

📋 copy color: '#B25630'

red 178 ◦ green 86 ◦ blue 48

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

Shades of Fiery Orange #B25630

Tints of Fiery Orange #B25630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 57.05%
G = 27.56%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B25630 (or 0xB25630) is known color: Fiery Orange. HEX triplet: B2, 56 and 30. RGB value is (178,86,48). Sum of RGB (Red+Green+Blue) = 178+86+48=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B25630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25630 is #4DA9CF. Grayscale: #6D6D6D. Windows color (decimal): -5089744 or 3167922. OLE color: 3167922.

HSL color Cylindrical-coordinate representation of color #B25630: hue angle of 17.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B25630 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 48 -
CMYK 0 0.52 0.73 0.30
HSL 17.54º 0.58% 0.44% -
HSV(B) 17.54º 0.73% 0.7% -
XYZ 22.22 16.33 4.78 -
YUV 109.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 178 86 48 0 0.52 0.73 0.30 17.54 0.58 0.44
Hex B2 56 30 0 34 49 1E 12 3A 2C
Octal 262 126 60 0 64 111 36 22 72 54
Binary 10110010 1010110 110000 0 110100 1001001 11110 10010 111010 101100

Color Harmonies of #B25630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25630

Black with #B25630

Text Example


Text Example

White with #B25630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25630; }

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

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

background-color css

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

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

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

border-color css

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

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

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