Html Css Color HEX #B24B34 Red Stage

📋 copy color: '#B24B34'

red 178 ◦ green 75 ◦ blue 52

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

Shades of Red Stage #B24B34

Tints of Red Stage #B24B34

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 58.36%
G = 24.59%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B24B34 (or 0xB24B34) is known color: Red Stage. HEX triplet: B2, 4B and 34. RGB value is (178,75,52). Sum of RGB (Red+Green+Blue) = 178+75+52=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B34 is #4DB4CB. Grayscale: #676767. Windows color (decimal): -5092556 or 3427250. OLE color: 3427250.

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

Color convert

RGB 178 75 52 -
CMYK 0 0.58 0.71 0.30
HSL 10.95º 0.55% 0.45% -
HSV(B) 10.95º 0.71% 0.7% -
XYZ 21.5 14.75 4.96 -
YUV 103.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 178 75 52 0 0.58 0.71 0.30 10.95 0.55 0.45
Hex B2 4B 34 0 3A 47 1E B 37 2D
Octal 262 113 64 0 72 107 36 13 67 55
Binary 10110010 1001011 110100 0 111010 1000111 11110 1011 110111 101101

Color Harmonies of #B24B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B34

Black with #B24B34

Text Example


Text Example

White with #B24B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B34; }

 p { color: rgb(178,75,52); }

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

background-color css

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

 a { background-color: rgb(178,75,52); }

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

border-color css

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

 span { border-color: rgb(178,75,52); }

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