Html Css Color HEX #B23612 Rust

📋 copy color: '#B23612'

red 178 ◦ green 54 ◦ blue 18

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

Shades of Rust #B23612

Tints of Rust #B23612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 71.2%
G = 21.6%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23612 (or 0xB23612) is known color: Rust. HEX triplet: B2, 36 and 12. RGB value is (178,54,18). Sum of RGB (Red+Green+Blue) = 178+54+18=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B23612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23612 is #4DC9ED. Grayscale: #575757. Windows color (decimal): -5097966 or 1193650. OLE color: 1193650.

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

Color convert

RGB 178 54 18 -
CMYK 0 0.70 0.90 0.30
HSL 13.5º 0.82% 0.38% -
HSV(B) 13.5º 0.9% 0.7% -
XYZ 19.79 12.15 1.87 -
YUV 86.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 178 54 18 0 0.70 0.90 0.30 13.5 0.82 0.38
Hex B2 36 12 0 46 5A 1E E 52 26
Octal 262 66 22 0 106 132 36 16 122 46
Binary 10110010 110110 10010 0 1000110 1011010 11110 1110 1010010 100110

Color Harmonies of #B23612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23612

Black with #B23612

Text Example


Text Example

White with #B23612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23612; }

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

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

background-color css

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

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

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

border-color css

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

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

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