Html Css Color HEX #B25435 Red Stage

📋 copy color: '#B25435'

red 178 ◦ green 84 ◦ blue 53

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

Shades of Red Stage #B25435

Tints of Red Stage #B25435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 56.51%
G = 26.67%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B25435 (or 0xB25435) is known color: Red Stage. HEX triplet: B2, 54 and 35. RGB value is (178,84,53). Sum of RGB (Red+Green+Blue) = 178+84+53=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25435 is #4DABCA. Grayscale: #6C6C6C. Windows color (decimal): -5090251 or 3495090. OLE color: 3495090.

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

Color convert

RGB 178 84 53 -
CMYK 0 0.53 0.70 0.30
HSL 14.88º 0.54% 0.45% -
HSV(B) 14.88º 0.7% 0.7% -
XYZ 22.17 16.06 5.3 -
YUV 108.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 178 84 53 0 0.53 0.70 0.30 14.88 0.54 0.45
Hex B2 54 35 0 35 46 1E F 36 2D
Octal 262 124 65 0 65 106 36 17 66 55
Binary 10110010 1010100 110101 0 110101 1000110 11110 1111 110110 101101

Color Harmonies of #B25435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25435

Black with #B25435

Text Example


Text Example

White with #B25435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25435; }

 p { color: rgb(178,84,53); }

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

background-color css

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

 a { background-color: rgb(178,84,53); }

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

border-color css

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

 span { border-color: rgb(178,84,53); }

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