Html Css Color HEX #B23812 Rust

📋 copy color: '#B23812'

red 178 ◦ green 56 ◦ blue 18

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

Shades of Rust #B23812

Tints of Rust #B23812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.22%

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

R = 70.63%
G = 22.22%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23812 (or 0xB23812) is known color: Rust. HEX triplet: B2, 38 and 12. RGB value is (178,56,18). Sum of RGB (Red+Green+Blue) = 178+56+18=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23812 is #4DC7ED. Grayscale: #585858. Windows color (decimal): -5097454 or 1194162. OLE color: 1194162.

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

Color convert

RGB 178 56 18 -
CMYK 0 0.69 0.90 0.30
HSL 14.25º 0.82% 0.38% -
HSV(B) 14.25º 0.9% 0.7% -
XYZ 19.88 12.34 1.91 -
YUV 88.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 178 56 18 0 0.69 0.90 0.30 14.25 0.82 0.38
Hex B2 38 12 0 45 5A 1E E 52 26
Octal 262 70 22 0 105 132 36 16 122 46
Binary 10110010 111000 10010 0 1000101 1011010 11110 1110 1010010 100110

Color Harmonies of #B23812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23812

Black with #B23812

Text Example


Text Example

White with #B23812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23812; }

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

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

background-color css

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

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

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

border-color css

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

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

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