Html Css Color HEX #B05330 Red Stage

📋 copy color: '#B05330'

red 176 ◦ green 83 ◦ blue 48

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

Shades of Red Stage #B05330

Tints of Red Stage #B05330

RGB

 RED value IS 176 (69.14% from 255) = 57.33%

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 57.33%
G = 27.04%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B05330 (or 0xB05330) is known color: Red Stage. HEX triplet: B0, 53 and 30. RGB value is (176,83,48). Sum of RGB (Red+Green+Blue) = 176+83+48=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B05330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05330 is #4FACCF. Grayscale: #6B6B6B. Windows color (decimal): -5221584 or 3167152. OLE color: 3167152.

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

Color convert

RGB 176 83 48 -
CMYK 0 0.53 0.73 0.31
HSL 16.41º 0.57% 0.44% -
HSV(B) 16.41º 0.73% 0.69% -
XYZ 21.53 15.63 4.68 -
YUV 106.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 176 83 48 0 0.53 0.73 0.31 16.41 0.57 0.44
Hex B0 53 30 0 35 49 1F 10 39 2C
Octal 260 123 60 0 65 111 37 20 71 54
Binary 10110000 1010011 110000 0 110101 1001001 11111 10000 111001 101100

Color Harmonies of #B05330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05330

Black with #B05330

Text Example


Text Example

White with #B05330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05330; }

 p { color: rgb(176,83,48); }

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

background-color css

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

 a { background-color: rgb(176,83,48); }

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

border-color css

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

 span { border-color: rgb(176,83,48); }

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