Html Css Color HEX #B23012 Rust

📋 copy color: '#B23012'

red 178 ◦ green 48 ◦ blue 18

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

Shades of Rust #B23012

Tints of Rust #B23012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 72.95%
G = 19.67%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23012 (or 0xB23012) is known color: Rust. HEX triplet: B2, 30 and 12. RGB value is (178,48,18). Sum of RGB (Red+Green+Blue) = 178+48+18=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B23012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23012 is #4DCFED. Grayscale: #535353. Windows color (decimal): -5099502 or 1192114. OLE color: 1192114.

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

Color convert

RGB 178 48 18 -
CMYK 0 0.73 0.90 0.30
HSL 11.25º 0.82% 0.38% -
HSV(B) 11.25º 0.9% 0.7% -
XYZ 19.53 11.62 1.79 -
YUV 83.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 178 48 18 0 0.73 0.90 0.30 11.25 0.82 0.38
Hex B2 30 12 0 49 5A 1E B 52 26
Octal 262 60 22 0 111 132 36 13 122 46
Binary 10110010 110000 10010 0 1001001 1011010 11110 1011 1010010 100110

Color Harmonies of #B23012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23012

Black with #B23012

Text Example


Text Example

White with #B23012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23012; }

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

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

background-color css

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

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

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

border-color css

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

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

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