Html Css Color HEX #B23706 Rust

📋 copy color: '#B23706'

red 178 ◦ green 55 ◦ blue 6

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

Shades of Rust #B23706

Tints of Rust #B23706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

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

R = 74.48%
G = 23.01%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B23706 (or 0xB23706) is known color: Rust. HEX triplet: B2, 37 and 06. RGB value is (178,55,6). Sum of RGB (Red+Green+Blue) = 178+55+6=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B23706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23706 is #4DC8F9. Grayscale: #565656. Windows color (decimal): -5097722 or 407474. OLE color: 407474.

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

Color convert

RGB 178 55 6 -
CMYK 0 0.69 0.97 0.30
HSL 17.09º 0.93% 0.36% -
HSV(B) 17.09º 0.97% 0.7% -
XYZ 19.76 12.21 1.49 -
YUV 86.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 178 55 6 0 0.69 0.97 0.30 17.09 0.93 0.36
Hex B2 37 6 0 45 61 1E 11 5D 24
Octal 262 67 6 0 105 141 36 21 135 44
Binary 10110010 110111 110 0 1000101 1100001 11110 10001 1011101 100100

Color Harmonies of #B23706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23706

Black with #B23706

Text Example


Text Example

White with #B23706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23706; }

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

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

background-color css

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

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

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

border-color css

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

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

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