Html Css Color HEX #B35430 Red Stage

📋 copy color: '#B35430'

red 179 ◦ green 84 ◦ blue 48

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

Shades of Red Stage #B35430

Tints of Red Stage #B35430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

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

R = 57.56%
G = 27.01%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B35430 (or 0xB35430) is known color: Red Stage. HEX triplet: B3, 54 and 30. RGB value is (179,84,48). Sum of RGB (Red+Green+Blue) = 179+84+48=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B35430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35430 is #4CABCF. Grayscale: #6C6C6C. Windows color (decimal): -5024720 or 3167411. OLE color: 3167411.

HSL color Cylindrical-coordinate representation of color #B35430: hue angle of 16.49º 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 #B35430 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 84 48 -
CMYK 0 0.53 0.73 0.30
HSL 16.49º 0.58% 0.45% -
HSV(B) 16.49º 0.73% 0.7% -
XYZ 22.29 16.14 4.74 -
YUV 108.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 179 84 48 0 0.53 0.73 0.30 16.49 0.58 0.45
Hex B3 54 30 0 35 49 1E 10 3A 2D
Octal 263 124 60 0 65 111 36 20 72 55
Binary 10110011 1010100 110000 0 110101 1001001 11110 10000 111010 101101

Color Harmonies of #B35430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35430

Black with #B35430

Text Example


Text Example

White with #B35430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35430; }

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

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

background-color css

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

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

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

border-color css

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

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

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