Html Css Color HEX #B24D2E Red Stage

📋 copy color: '#B24D2E'

red 178 ◦ green 77 ◦ blue 46

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

Shades of Red Stage #B24D2E

Tints of Red Stage #B24D2E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 59.14%
G = 25.58%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B24D2E (or 0xB24D2E) is known color: Red Stage. HEX triplet: B2, 4D and 2E. RGB value is (178,77,46). Sum of RGB (Red+Green+Blue) = 178+77+46=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D2E is #4DB2D1. Grayscale: #676767. Windows color (decimal): -5092050 or 3034546. OLE color: 3034546.

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

Color convert

RGB 178 77 46 -
CMYK 0 0.57 0.74 0.30
HSL 14.09º 0.59% 0.44% -
HSV(B) 14.09º 0.74% 0.7% -
XYZ 21.51 14.97 4.34 -
YUV 103.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 178 77 46 0 0.57 0.74 0.30 14.09 0.59 0.44
Hex B2 4D 2E 0 39 4A 1E E 3B 2C
Octal 262 115 56 0 71 112 36 16 73 54
Binary 10110010 1001101 101110 0 111001 1001010 11110 1110 111011 101100

Color Harmonies of #B24D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D2E

Black with #B24D2E

Text Example


Text Example

White with #B24D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D2E; }

 p { color: rgb(178,77,46); }

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

background-color css

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

 a { background-color: rgb(178,77,46); }

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

border-color css

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

 span { border-color: rgb(178,77,46); }

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