Html Css Color HEX #B23206 Rust

📋 copy color: '#B23206'

red 178 ◦ green 50 ◦ blue 6

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

Shades of Rust #B23206

Tints of Rust #B23206

RGB

 RED value IS 178 (69.92% from 255) = 76.07%

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 6 (2.73% from 255) = 2.56%

R = 76.07%
G = 21.37%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B23206 (or 0xB23206) is known color: Rust. HEX triplet: B2, 32 and 06. RGB value is (178,50,6). Sum of RGB (Red+Green+Blue) = 178+50+6=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B23206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23206 is #4DCDF9. Grayscale: #535353. Windows color (decimal): -5099002 or 406194. OLE color: 406194.

HSL color Cylindrical-coordinate representation of color #B23206: hue angle of 15.35º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B23206 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 6 -
CMYK 0 0.72 0.97 0.30
HSL 15.35º 0.93% 0.36% -
HSV(B) 15.35º 0.97% 0.7% -
XYZ 19.53 11.76 1.41 -
YUV 83.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 178 50 6 0 0.72 0.97 0.30 15.35 0.93 0.36
Hex B2 32 6 0 48 61 1E F 5D 24
Octal 262 62 6 0 110 141 36 17 135 44
Binary 10110010 110010 110 0 1001000 1100001 11110 1111 1011101 100100

Color Harmonies of #B23206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23206

Black with #B23206

Text Example


Text Example

White with #B23206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23206; }

 p { color: rgb(178,50,6); }

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

background-color css

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

 a { background-color: rgb(178,50,6); }

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

border-color css

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

 span { border-color: rgb(178,50,6); }

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