Html Css Color HEX #B23016 Rust

📋 copy color: '#B23016'

red 178 ◦ green 48 ◦ blue 22

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

Shades of Rust #B23016

Tints of Rust #B23016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 71.77%
G = 19.35%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23016 (or 0xB23016) is known color: Rust. HEX triplet: B2, 30 and 16. RGB value is (178,48,22). Sum of RGB (Red+Green+Blue) = 178+48+22=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B23016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23016 is #4DCFE9. Grayscale: #545454. Windows color (decimal): -5099498 or 1454258. OLE color: 1454258.

HSL color Cylindrical-coordinate representation of color #B23016: hue angle of 10º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B23016 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 22 -
CMYK 0 0.73 0.88 0.30
HSL 10º 0.78% 0.39% -
HSV(B) 10º 0.88% 0.7% -
XYZ 19.56 11.64 1.97 -
YUV 83.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 178 48 22 0 0.73 0.88 0.30 10 0.78 0.39
Hex B2 30 16 0 49 58 1E A 4E 27
Octal 262 60 26 0 111 130 36 12 116 47
Binary 10110010 110000 10110 0 1001001 1011000 11110 1010 1001110 100111

Color Harmonies of #B23016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23016

Black with #B23016

Text Example


Text Example

White with #B23016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23016; }

 p { color: rgb(178,48,22); }

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

background-color css

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

 a { background-color: rgb(178,48,22); }

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

border-color css

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

 span { border-color: rgb(178,48,22); }

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