Html Css Color HEX #B24A30 Red Stage

📋 copy color: '#B24A30'

red 178 ◦ green 74 ◦ blue 48

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

Shades of Red Stage #B24A30

Tints of Red Stage #B24A30

RGB

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

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

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

R = 59.33%
G = 24.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B24A30 (or 0xB24A30) is known color: Red Stage. HEX triplet: B2, 4A and 30. RGB value is (178,74,48). Sum of RGB (Red+Green+Blue) = 178+74+48=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A30 is #4DB5CF. Grayscale: #666666. Windows color (decimal): -5092816 or 3164850. OLE color: 3164850.

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

Color convert

RGB 178 74 48 -
CMYK 0 0.58 0.73 0.30
HSL 12º 0.58% 0.44% -
HSV(B) 12º 0.73% 0.7% -
XYZ 21.34 14.58 4.48 -
YUV 102.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 178 74 48 0 0.58 0.73 0.30 12 0.58 0.44
Hex B2 4A 30 0 3A 49 1E C 3A 2C
Octal 262 112 60 0 72 111 36 14 72 54
Binary 10110010 1001010 110000 0 111010 1001001 11110 1100 111010 101100

Color Harmonies of #B24A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A30

Black with #B24A30

Text Example


Text Example

White with #B24A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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