Html Css Color HEX #B35130 Red Stage

📋 copy color: '#B35130'

red 179 ◦ green 81 ◦ blue 48

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

Shades of Red Stage #B35130

Tints of Red Stage #B35130

RGB

 RED value IS 179 (70.31% from 255) = 58.12%

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 58.12%
G = 26.3%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B35130 (or 0xB35130) is known color: Red Stage. HEX triplet: B3, 51 and 30. RGB value is (179,81,48). Sum of RGB (Red+Green+Blue) = 179+81+48=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B35130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35130 is #4CAECF. Grayscale: #6A6A6A. Windows color (decimal): -5025488 or 3166643. OLE color: 3166643.

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

Color convert

RGB 179 81 48 -
CMYK 0 0.55 0.73 0.30
HSL 15.11º 0.58% 0.45% -
HSV(B) 15.11º 0.73% 0.7% -
XYZ 22.07 15.68 4.66 -
YUV 106.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 179 81 48 0 0.55 0.73 0.30 15.11 0.58 0.45
Hex B3 51 30 0 37 49 1E F 3A 2D
Octal 263 121 60 0 67 111 36 17 72 55
Binary 10110011 1010001 110000 0 110111 1001001 11110 1111 111010 101101

Color Harmonies of #B35130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35130

Black with #B35130

Text Example


Text Example

White with #B35130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35130; }

 p { color: rgb(179,81,48); }

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

background-color css

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

 a { background-color: rgb(179,81,48); }

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

border-color css

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

 span { border-color: rgb(179,81,48); }

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