Html Css Color HEX #B23212 Rust

📋 copy color: '#B23212'

red 178 ◦ green 50 ◦ blue 18

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

Shades of Rust #B23212

Tints of Rust #B23212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

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

R = 72.36%
G = 20.33%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23212 (or 0xB23212) is known color: Rust. HEX triplet: B2, 32 and 12. RGB value is (178,50,18). Sum of RGB (Red+Green+Blue) = 178+50+18=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B23212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23212 is #4DCDED. Grayscale: #545454. Windows color (decimal): -5098990 or 1192626. OLE color: 1192626.

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

Color convert

RGB 178 50 18 -
CMYK 0 0.72 0.90 0.30
HSL 12º 0.82% 0.38% -
HSV(B) 12º 0.9% 0.7% -
XYZ 19.61 11.79 1.81 -
YUV 84.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 178 50 18 0 0.72 0.90 0.30 12 0.82 0.38
Hex B2 32 12 0 48 5A 1E C 52 26
Octal 262 62 22 0 110 132 36 14 122 46
Binary 10110010 110010 10010 0 1001000 1011010 11110 1100 1010010 100110

Color Harmonies of #B23212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23212

Black with #B23212

Text Example


Text Example

White with #B23212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23212; }

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

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

background-color css

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

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

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

border-color css

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

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

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