Html Css Color HEX #B44C30 Red Stage

📋 copy color: '#B44C30'

red 180 ◦ green 76 ◦ blue 48

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

Shades of Red Stage #B44C30

Tints of Red Stage #B44C30

RGB

 RED value IS 180 (70.7% from 255) = 59.21%

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

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

R = 59.21%
G = 25%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44C30 (or 0xB44C30) is known color: Red Stage. HEX triplet: B4, 4C and 30. RGB value is (180,76,48). Sum of RGB (Red+Green+Blue) = 180+76+48=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C30 is #4BB3CF. Grayscale: #686868. Windows color (decimal): -4961232 or 3165364. OLE color: 3165364.

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

Color convert

RGB 180 76 48 -
CMYK 0 0.58 0.73 0.29
HSL 12.73º 0.58% 0.45% -
HSV(B) 12.73º 0.73% 0.71% -
XYZ 21.94 15.09 4.55 -
YUV 103.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 180 76 48 0 0.58 0.73 0.29 12.73 0.58 0.45
Hex B4 4C 30 0 3A 49 1D D 3A 2D
Octal 264 114 60 0 72 111 35 15 72 55
Binary 10110100 1001100 110000 0 111010 1001001 11101 1101 111010 101101

Color Harmonies of #B44C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C30

Black with #B44C30

Text Example


Text Example

White with #B44C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C30; }

 p { color: rgb(180,76,48); }

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

background-color css

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

 a { background-color: rgb(180,76,48); }

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

border-color css

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

 span { border-color: rgb(180,76,48); }

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