Html Css Color HEX #B14B30 Red Stage

📋 copy color: '#B14B30'

red 177 ◦ green 75 ◦ blue 48

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

Shades of Red Stage #B14B30

Tints of Red Stage #B14B30

RGB

 RED value IS 177 (69.53% from 255) = 59%

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

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

R = 59%
G = 25%
B = 16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14B30 (or 0xB14B30) is known color: Red Stage. HEX triplet: B1, 4B and 30. RGB value is (177,75,48). Sum of RGB (Red+Green+Blue) = 177+75+48=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B30 is #4EB4CF. Grayscale: #666666. Windows color (decimal): -5158096 or 3165105. OLE color: 3165105.

HSL color Cylindrical-coordinate representation of color #B14B30: hue angle of 12.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B14B30 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 48 -
CMYK 0 0.58 0.73 0.31
HSL 12.56º 0.57% 0.44% -
HSV(B) 12.56º 0.73% 0.69% -
XYZ 21.18 14.59 4.5 -
YUV 102.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 177 75 48 0 0.58 0.73 0.31 12.56 0.57 0.44
Hex B1 4B 30 0 3A 49 1F D 39 2C
Octal 261 113 60 0 72 111 37 15 71 54
Binary 10110001 1001011 110000 0 111010 1001001 11111 1101 111001 101100

Color Harmonies of #B14B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B30

Black with #B14B30

Text Example


Text Example

White with #B14B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B30; }

 p { color: rgb(177,75,48); }

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

background-color css

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

 a { background-color: rgb(177,75,48); }

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

border-color css

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

 span { border-color: rgb(177,75,48); }

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