Html Css Color HEX #B24A31 Red Stage

📋 copy color: '#B24A31'

red 178 ◦ green 74 ◦ blue 49

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

Shades of Red Stage #B24A31

Tints of Red Stage #B24A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 59.14%
G = 24.58%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B24A31 (or 0xB24A31) is known color: Red Stage. HEX triplet: B2, 4A and 31. RGB value is (178,74,49). Sum of RGB (Red+Green+Blue) = 178+74+49=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A31 is #4DB5CE. Grayscale: #666666. Windows color (decimal): -5092815 or 3230386. OLE color: 3230386.

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

Color convert

RGB 178 74 49 -
CMYK 0 0.58 0.72 0.30
HSL 11.63º 0.57% 0.45% -
HSV(B) 11.63º 0.72% 0.7% -
XYZ 21.36 14.58 4.59 -
YUV 102.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 178 74 49 0 0.58 0.72 0.30 11.63 0.57 0.45
Hex B2 4A 31 0 3A 48 1E C 39 2D
Octal 262 112 61 0 72 110 36 14 71 55
Binary 10110010 1001010 110001 0 111010 1001000 11110 1100 111001 101101

Color Harmonies of #B24A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A31

Black with #B24A31

Text Example


Text Example

White with #B24A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A31; }

 p { color: rgb(178,74,49); }

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

background-color css

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

 a { background-color: rgb(178,74,49); }

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

border-color css

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

 span { border-color: rgb(178,74,49); }

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