Html Css Color HEX #B23313 Rust

📋 copy color: '#B23313'

red 178 ◦ green 51 ◦ blue 19

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

Shades of Rust #B23313

Tints of Rust #B23313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 71.77%
G = 20.56%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23313 (or 0xB23313) is known color: Rust. HEX triplet: B2, 33 and 13. RGB value is (178,51,19). Sum of RGB (Red+Green+Blue) = 178+51+19=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B23313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23313 is #4DCCEC. Grayscale: #555555. Windows color (decimal): -5098733 or 1258418. OLE color: 1258418.

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

Color convert

RGB 178 51 19 -
CMYK 0 0.71 0.89 0.30
HSL 12.08º 0.81% 0.39% -
HSV(B) 12.08º 0.89% 0.7% -
XYZ 19.66 11.88 1.87 -
YUV 85.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 178 51 19 0 0.71 0.89 0.30 12.08 0.81 0.39
Hex B2 33 13 0 47 59 1E C 51 27
Octal 262 63 23 0 107 131 36 14 121 47
Binary 10110010 110011 10011 0 1000111 1011001 11110 1100 1010001 100111

Color Harmonies of #B23313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23313

Black with #B23313

Text Example


Text Example

White with #B23313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23313; }

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

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

background-color css

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

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

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

border-color css

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

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

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