Html Css Color HEX #B23513 Rust

📋 copy color: '#B23513'

red 178 ◦ green 53 ◦ blue 19

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

Shades of Rust #B23513

Tints of Rust #B23513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 71.2%
G = 21.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23513 (or 0xB23513) is known color: Rust. HEX triplet: B2, 35 and 13. RGB value is (178,53,19). Sum of RGB (Red+Green+Blue) = 178+53+19=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B23513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23513 is #4DCAEC. Grayscale: #565656. Windows color (decimal): -5098221 or 1258930. OLE color: 1258930.

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

Color convert

RGB 178 53 19 -
CMYK 0 0.70 0.89 0.30
HSL 12.83º 0.81% 0.39% -
HSV(B) 12.83º 0.89% 0.7% -
XYZ 19.75 12.06 1.9 -
YUV 86.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 178 53 19 0 0.70 0.89 0.30 12.83 0.81 0.39
Hex B2 35 13 0 46 59 1E D 51 27
Octal 262 65 23 0 106 131 36 15 121 47
Binary 10110010 110101 10011 0 1000110 1011001 11110 1101 1010001 100111

Color Harmonies of #B23513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23513

Black with #B23513

Text Example


Text Example

White with #B23513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23513; }

 p { color: rgb(178,53,19); }

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

background-color css

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

 a { background-color: rgb(178,53,19); }

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

border-color css

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

 span { border-color: rgb(178,53,19); }

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