Html Css Color HEX #B23205 Rust

📋 copy color: '#B23205'

red 178 ◦ green 50 ◦ blue 5

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

Shades of Rust #B23205

Tints of Rust #B23205

RGB

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

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

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

R = 76.39%
G = 21.46%
B = 2.15%

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

#B23205 (or 0xB23205) is known color: Rust. HEX triplet: B2, 32 and 05. RGB value is (178,50,5). Sum of RGB (Red+Green+Blue) = 178+50+5=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B23205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23205 is #4DCDFA. Grayscale: #535353. Windows color (decimal): -5099003 or 340658. OLE color: 340658.

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

Color convert

RGB 178 50 5 -
CMYK 0 0.72 0.97 0.30
HSL 15.61º 0.95% 0.36% -
HSV(B) 15.61º 0.97% 0.7% -
XYZ 19.53 11.76 1.38 -
YUV 83.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 178 50 5 0 0.72 0.97 0.30 15.61 0.95 0.36
Hex B2 32 5 0 48 61 1E 10 5F 24
Octal 262 62 5 0 110 141 36 20 137 44
Binary 10110010 110010 101 0 1001000 1100001 11110 10000 1011111 100100

Color Harmonies of #B23205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23205

Black with #B23205

Text Example


Text Example

White with #B23205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23205; }

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

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

background-color css

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

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

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

border-color css

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

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

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