Html Css Color HEX #B23914 Rust

📋 copy color: '#B23914'

red 178 ◦ green 57 ◦ blue 20

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

Shades of Rust #B23914

Tints of Rust #B23914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 69.8%
G = 22.35%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23914 (or 0xB23914) is known color: Rust. HEX triplet: B2, 39 and 14. RGB value is (178,57,20). Sum of RGB (Red+Green+Blue) = 178+57+20=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B23914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23914 is #4DC6EB. Grayscale: #595959. Windows color (decimal): -5097196 or 1325490. OLE color: 1325490.

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

Color convert

RGB 178 57 20 -
CMYK 0 0.68 0.89 0.30
HSL 14.05º 0.8% 0.39% -
HSV(B) 14.05º 0.89% 0.7% -
XYZ 19.95 12.44 2.01 -
YUV 88.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 178 57 20 0 0.68 0.89 0.30 14.05 0.8 0.39
Hex B2 39 14 0 44 59 1E E 50 27
Octal 262 71 24 0 104 131 36 16 120 47
Binary 10110010 111001 10100 0 1000100 1011001 11110 1110 1010000 100111

Color Harmonies of #B23914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23914

Black with #B23914

Text Example


Text Example

White with #B23914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23914; }

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

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

background-color css

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

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

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

border-color css

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

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

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