Html Css Color HEX #B25430 Red Stage

📋 copy color: '#B25430'

red 178 ◦ green 84 ◦ blue 48

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

Shades of Red Stage #B25430

Tints of Red Stage #B25430

RGB

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

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

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

R = 57.42%
G = 27.1%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B25430 (or 0xB25430) is known color: Red Stage. HEX triplet: B2, 54 and 30. RGB value is (178,84,48). Sum of RGB (Red+Green+Blue) = 178+84+48=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B25430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25430 is #4DABCF. Grayscale: #6C6C6C. Windows color (decimal): -5090256 or 3167410. OLE color: 3167410.

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

Color convert

RGB 178 84 48 -
CMYK 0 0.53 0.73 0.30
HSL 16.62º 0.58% 0.44% -
HSV(B) 16.62º 0.73% 0.7% -
XYZ 22.06 16.02 4.73 -
YUV 108 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 178 84 48 0 0.53 0.73 0.30 16.62 0.58 0.44
Hex B2 54 30 0 35 49 1E 11 3A 2C
Octal 262 124 60 0 65 111 36 21 72 54
Binary 10110010 1010100 110000 0 110101 1001001 11110 10001 111010 101100

Color Harmonies of #B25430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25430

Black with #B25430

Text Example


Text Example

White with #B25430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25430; }

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

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

background-color css

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

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

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

border-color css

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

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

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