Html Css Color HEX #B23400 Rust

📋 copy color: '#B23400'

red 178 ◦ green 52 ◦ blue 0

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

Shades of Rust #B23400

Tints of Rust #B23400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.39%
G = 22.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B23400 (or 0xB23400) is known color: Rust. HEX triplet: B2, 34 and 00. RGB value is (178,52,0). Sum of RGB (Red+Green+Blue) = 178+52+0=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B23400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23400 is #4DCBFF. Grayscale: #545454. Windows color (decimal): -5098496 or 13490. OLE color: 13490.

HSL color Cylindrical-coordinate representation of color #B23400: hue angle of 17.53º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B23400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 0 -
CMYK 0 0.71 1 0.30
HSL 17.53º 1% 0.35% -
HSV(B) 17.53º 1% 0.7% -
XYZ 19.59 11.92 1.27 -
YUV 83.75 80.74 195.23 -
System Red Green Blue C M Y K H S L
Decimal 178 52 0 0 0.71 1 0.30 17.53 1 0.35
Hex B2 34 0 0 47 64 1E 12 64 23
Octal 262 64 0 0 107 144 36 22 144 43
Binary 10110010 110100 0 0 1000111 1100100 11110 10010 1100100 100011

Color Harmonies of #B23400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23400

Black with #B23400

Text Example


Text Example

White with #B23400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23400; }

 p { color: rgb(178,52,0); }

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

background-color css

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

 a { background-color: rgb(178,52,0); }

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

border-color css

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

 span { border-color: rgb(178,52,0); }

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