Html Css Color HEX #B65029 Red Stage

📋 copy color: '#B65029'

red 182 ◦ green 80 ◦ blue 41

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

Shades of Red Stage #B65029

Tints of Red Stage #B65029

RGB

 RED value IS 182 (71.48% from 255) = 60.07%

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 60.07%
G = 26.4%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B65029 (or 0xB65029) is known color: Red Stage. HEX triplet: B6, 50 and 29. RGB value is (182,80,41). Sum of RGB (Red+Green+Blue) = 182+80+41=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B65029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65029 is #49AFD6. Grayscale: #6A6A6A. Windows color (decimal): -4829143 or 2707638. OLE color: 2707638.

HSL color Cylindrical-coordinate representation of color #B65029: hue angle of 16.6º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B65029 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 41 -
CMYK 0 0.56 0.77 0.29
HSL 16.6º 0.63% 0.44% -
HSV(B) 16.6º 0.77% 0.71% -
XYZ 22.56 15.84 3.97 -
YUV 106.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 182 80 41 0 0.56 0.77 0.29 16.6 0.63 0.44
Hex B6 50 29 0 38 4D 1D 11 3F 2C
Octal 266 120 51 0 70 115 35 21 77 54
Binary 10110110 1010000 101001 0 111000 1001101 11101 10001 111111 101100

Color Harmonies of #B65029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65029

Black with #B65029

Text Example


Text Example

White with #B65029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65029; }

 p { color: rgb(182,80,41); }

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

background-color css

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

 a { background-color: rgb(182,80,41); }

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

border-color css

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

 span { border-color: rgb(182,80,41); }

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