Html Css Color HEX #B23312 Rust

📋 copy color: '#B23312'

red 178 ◦ green 51 ◦ blue 18

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

Shades of Rust #B23312

Tints of Rust #B23312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 72.06%
G = 20.65%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23312 (or 0xB23312) is known color: Rust. HEX triplet: B2, 33 and 12. RGB value is (178,51,18). Sum of RGB (Red+Green+Blue) = 178+51+18=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B23312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23312 is #4DCCED. Grayscale: #555555. Windows color (decimal): -5098734 or 1192882. OLE color: 1192882.

HSL color Cylindrical-coordinate representation of color #B23312: hue angle of 12.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B23312 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 18 -
CMYK 0 0.71 0.90 0.30
HSL 12.38º 0.82% 0.38% -
HSV(B) 12.38º 0.9% 0.7% -
XYZ 19.65 11.88 1.83 -
YUV 85.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 178 51 18 0 0.71 0.90 0.30 12.38 0.82 0.38
Hex B2 33 12 0 47 5A 1E C 52 26
Octal 262 63 22 0 107 132 36 14 122 46
Binary 10110010 110011 10010 0 1000111 1011010 11110 1100 1010010 100110

Color Harmonies of #B23312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23312

Black with #B23312

Text Example


Text Example

White with #B23312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23312; }

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

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

background-color css

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

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

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

border-color css

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

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

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