Html Css Color HEX #B25534 Fiery Orange

📋 copy color: '#B25534'

red 178 ◦ green 85 ◦ blue 52

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

Shades of Fiery Orange #B25534

Tints of Fiery Orange #B25534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 56.51%
G = 26.98%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B25534 (or 0xB25534) is known color: Fiery Orange. HEX triplet: B2, 55 and 34. RGB value is (178,85,52). Sum of RGB (Red+Green+Blue) = 178+85+52=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25534 is #4DAACB. Grayscale: #6D6D6D. Windows color (decimal): -5089996 or 3429810. OLE color: 3429810.

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

Color convert

RGB 178 85 52 -
CMYK 0 0.52 0.71 0.30
HSL 15.71º 0.55% 0.45% -
HSV(B) 15.71º 0.71% 0.7% -
XYZ 22.23 16.21 5.21 -
YUV 109.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 178 85 52 0 0.52 0.71 0.30 15.71 0.55 0.45
Hex B2 55 34 0 34 47 1E 10 37 2D
Octal 262 125 64 0 64 107 36 20 67 55
Binary 10110010 1010101 110100 0 110100 1000111 11110 10000 110111 101101

Color Harmonies of #B25534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25534

Black with #B25534

Text Example


Text Example

White with #B25534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25534; }

 p { color: rgb(178,85,52); }

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

background-color css

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

 a { background-color: rgb(178,85,52); }

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

border-color css

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

 span { border-color: rgb(178,85,52); }

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