Html Css Color HEX #B24C35 Red Stage

📋 copy color: '#B24C35'

red 178 ◦ green 76 ◦ blue 53

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

Shades of Red Stage #B24C35

Tints of Red Stage #B24C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 57.98%
G = 24.76%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B24C35 (or 0xB24C35) is known color: Red Stage. HEX triplet: B2, 4C and 35. RGB value is (178,76,53). Sum of RGB (Red+Green+Blue) = 178+76+53=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C35 is #4DB3CA. Grayscale: #686868. Windows color (decimal): -5092299 or 3493042. OLE color: 3493042.

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

Color convert

RGB 178 76 53 -
CMYK 0 0.57 0.70 0.30
HSL 11.04º 0.54% 0.45% -
HSV(B) 11.04º 0.7% 0.7% -
XYZ 21.59 14.89 5.1 -
YUV 103.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 178 76 53 0 0.57 0.70 0.30 11.04 0.54 0.45
Hex B2 4C 35 0 39 46 1E B 36 2D
Octal 262 114 65 0 71 106 36 13 66 55
Binary 10110010 1001100 110101 0 111001 1000110 11110 1011 110110 101101

Color Harmonies of #B24C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C35

Black with #B24C35

Text Example


Text Example

White with #B24C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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