Html Css Color HEX #B23F13 Rust

📋 copy color: '#B23F13'

red 178 ◦ green 63 ◦ blue 19

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

Shades of Rust #B23F13

Tints of Rust #B23F13

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 68.46%
G = 24.23%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23F13 (or 0xB23F13) is known color: Rust. HEX triplet: B2, 3F and 13. RGB value is (178,63,19). Sum of RGB (Red+Green+Blue) = 178+63+19=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23F13 is #4DC0EC. Grayscale: #5C5C5C. Windows color (decimal): -5095661 or 1261490. OLE color: 1261490.

HSL color Cylindrical-coordinate representation of color #B23F13: hue angle of 16.6º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B23F13 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 19 -
CMYK 0 0.65 0.89 0.30
HSL 16.6º 0.81% 0.39% -
HSV(B) 16.6º 0.89% 0.7% -
XYZ 20.26 13.07 2.07 -
YUV 92.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 178 63 19 0 0.65 0.89 0.30 16.6 0.81 0.39
Hex B2 3F 13 0 41 59 1E 11 51 27
Octal 262 77 23 0 101 131 36 21 121 47
Binary 10110010 111111 10011 0 1000001 1011001 11110 10001 1010001 100111

Color Harmonies of #B23F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23F13

Black with #B23F13

Text Example


Text Example

White with #B23F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23F13; }

 p { color: rgb(178,63,19); }

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

background-color css

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

 a { background-color: rgb(178,63,19); }

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

border-color css

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

 span { border-color: rgb(178,63,19); }

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