Html Css Color HEX #B23600 Rust

📋 copy color: '#B23600'

red 178 ◦ green 54 ◦ blue 0

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

Shades of Rust #B23600

Tints of Rust #B23600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

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

R = 76.72%
G = 23.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B23600 (or 0xB23600) is known color: Rust. HEX triplet: B2, 36 and 00. RGB value is (178,54,0). Sum of RGB (Red+Green+Blue) = 178+54+0=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B23600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23600 is #4DC9FF. Grayscale: #555555. Windows color (decimal): -5097984 or 14002. OLE color: 14002.

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

Color convert

RGB 178 54 0 -
CMYK 0 0.70 1 0.30
HSL 18.2º 1% 0.35% -
HSV(B) 18.2º 1% 0.7% -
XYZ 19.68 12.1 1.3 -
YUV 84.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 178 54 0 0 0.70 1 0.30 18.2 1 0.35
Hex B2 36 0 0 46 64 1E 12 64 23
Octal 262 66 0 0 106 144 36 22 144 43
Binary 10110010 110110 0 0 1000110 1100100 11110 10010 1100100 100011

Color Harmonies of #B23600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23600

Black with #B23600

Text Example


Text Example

White with #B23600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23600; }

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

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

background-color css

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

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

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

border-color css

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

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

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