Html Css Color HEX #B23710 Rust

📋 copy color: '#B23710'

red 178 ◦ green 55 ◦ blue 16

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

Shades of Rust #B23710

Tints of Rust #B23710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 71.49%
G = 22.09%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B23710 (or 0xB23710) is known color: Rust. HEX triplet: B2, 37 and 10. RGB value is (178,55,16). Sum of RGB (Red+Green+Blue) = 178+55+16=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B23710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23710 is #4DC8EF. Grayscale: #575757. Windows color (decimal): -5097712 or 1062834. OLE color: 1062834.

HSL color Cylindrical-coordinate representation of color #B23710: hue angle of 14.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B23710 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 16 -
CMYK 0 0.69 0.91 0.30
HSL 14.44º 0.84% 0.38% -
HSV(B) 14.44º 0.91% 0.7% -
XYZ 19.82 12.23 1.81 -
YUV 87.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 178 55 16 0 0.69 0.91 0.30 14.44 0.84 0.38
Hex B2 37 10 0 45 5B 1E E 54 26
Octal 262 67 20 0 105 133 36 16 124 46
Binary 10110010 110111 10000 0 1000101 1011011 11110 1110 1010100 100110

Color Harmonies of #B23710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23710

Black with #B23710

Text Example


Text Example

White with #B23710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23710; }

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

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

background-color css

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

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

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

border-color css

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

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

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