Html Css Color HEX #B23006 Rust

📋 copy color: '#B23006'

red 178 ◦ green 48 ◦ blue 6

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

Shades of Rust #B23006

Tints of Rust #B23006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 76.72%
G = 20.69%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B23006 (or 0xB23006) is known color: Rust. HEX triplet: B2, 30 and 06. RGB value is (178,48,6). Sum of RGB (Red+Green+Blue) = 178+48+6=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B23006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23006 is #4DCFF9. Grayscale: #525252. Windows color (decimal): -5099514 or 405682. OLE color: 405682.

HSL color Cylindrical-coordinate representation of color #B23006: hue angle of 14.65º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B23006 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 6 -
CMYK 0 0.73 0.97 0.30
HSL 14.65º 0.93% 0.36% -
HSV(B) 14.65º 0.97% 0.7% -
XYZ 19.45 11.59 1.38 -
YUV 82.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 178 48 6 0 0.73 0.97 0.30 14.65 0.93 0.36
Hex B2 30 6 0 49 61 1E F 5D 24
Octal 262 60 6 0 111 141 36 17 135 44
Binary 10110010 110000 110 0 1001001 1100001 11110 1111 1011101 100100

Color Harmonies of #B23006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23006

Black with #B23006

Text Example


Text Example

White with #B23006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23006; }

 p { color: rgb(178,48,6); }

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

background-color css

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

 a { background-color: rgb(178,48,6); }

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

border-color css

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

 span { border-color: rgb(178,48,6); }

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