Html Css Color HEX #B23E14 Rust

📋 copy color: '#B23E14'

red 178 ◦ green 62 ◦ blue 20

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

Shades of Rust #B23E14

Tints of Rust #B23E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 68.46%
G = 23.85%
B = 7.69%

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

#B23E14 (or 0xB23E14) is known color: Rust. HEX triplet: B2, 3E and 14. RGB value is (178,62,20). Sum of RGB (Red+Green+Blue) = 178+62+20=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23E14 is #4DC1EB. Grayscale: #5C5C5C. Windows color (decimal): -5095916 or 1326770. OLE color: 1326770.

HSL color Cylindrical-coordinate representation of color #B23E14: hue angle of 15.95º degrees, saturation: 0.8, 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 #B23E14 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 20 -
CMYK 0 0.65 0.89 0.30
HSL 15.95º 0.8% 0.39% -
HSV(B) 15.95º 0.89% 0.7% -
XYZ 20.21 12.96 2.1 -
YUV 91.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 178 62 20 0 0.65 0.89 0.30 15.95 0.8 0.39
Hex B2 3E 14 0 41 59 1E 10 50 27
Octal 262 76 24 0 101 131 36 20 120 47
Binary 10110010 111110 10100 0 1000001 1011001 11110 10000 1010000 100111

Color Harmonies of #B23E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E14

Black with #B23E14

Text Example


Text Example

White with #B23E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E14; }

 p { color: rgb(178,62,20); }

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

background-color css

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

 a { background-color: rgb(178,62,20); }

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

border-color css

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

 span { border-color: rgb(178,62,20); }

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