Html Css Color HEX #B23100 Rust

📋 copy color: '#B23100'

red 178 ◦ green 49 ◦ blue 0

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

Shades of Rust #B23100

Tints of Rust #B23100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

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

R = 78.41%
G = 21.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B23100 (or 0xB23100) is known color: Rust. HEX triplet: B2, 31 and 00. RGB value is (178,49,0). Sum of RGB (Red+Green+Blue) = 178+49+0=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B23100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23100 is #4DCEFF. Grayscale: #525252. Windows color (decimal): -5099264 or 12722. OLE color: 12722.

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

Color convert

RGB 178 49 0 -
CMYK 0 0.72 1 0.30
HSL 16.52º 1% 0.35% -
HSV(B) 16.52º 1% 0.7% -
XYZ 19.46 11.66 1.23 -
YUV 81.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 178 49 0 0 0.72 1 0.30 16.52 1 0.35
Hex B2 31 0 0 48 64 1E 11 64 23
Octal 262 61 0 0 110 144 36 21 144 43
Binary 10110010 110001 0 0 1001000 1100100 11110 10001 1100100 100011

Color Harmonies of #B23100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23100

Black with #B23100

Text Example


Text Example

White with #B23100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23100; }

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

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

background-color css

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

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

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

border-color css

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

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

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