Html Css Color HEX #B23705 Rust

📋 copy color: '#B23705'

red 178 ◦ green 55 ◦ blue 5

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

Shades of Rust #B23705

Tints of Rust #B23705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 74.79%
G = 23.11%
B = 2.1%

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

#B23705 (or 0xB23705) is known color: Rust. HEX triplet: B2, 37 and 05. RGB value is (178,55,5). Sum of RGB (Red+Green+Blue) = 178+55+5=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B23705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23705 is #4DC8FA. Grayscale: #565656. Windows color (decimal): -5097723 or 341938. OLE color: 341938.

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

Color convert

RGB 178 55 5 -
CMYK 0 0.69 0.97 0.30
HSL 17.34º 0.95% 0.36% -
HSV(B) 17.34º 0.97% 0.7% -
XYZ 19.75 12.21 1.46 -
YUV 86.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 178 55 5 0 0.69 0.97 0.30 17.34 0.95 0.36
Hex B2 37 5 0 45 61 1E 11 5F 24
Octal 262 67 5 0 105 141 36 21 137 44
Binary 10110010 110111 101 0 1000101 1100001 11110 10001 1011111 100100

Color Harmonies of #B23705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23705

Black with #B23705

Text Example


Text Example

White with #B23705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23705; }

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

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

background-color css

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

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

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

border-color css

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

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

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