Html Css Color HEX #B23A06 Rust

📋 copy color: '#B23A06'

red 178 ◦ green 58 ◦ blue 6

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

Shades of Rust #B23A06

Tints of Rust #B23A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

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

R = 73.55%
G = 23.97%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B23A06 (or 0xB23A06) is known color: Rust. HEX triplet: B2, 3A and 06. RGB value is (178,58,6). Sum of RGB (Red+Green+Blue) = 178+58+6=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A06 is #4DC5F9. Grayscale: #585858. Windows color (decimal): -5096954 or 408242. OLE color: 408242.

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

Color convert

RGB 178 58 6 -
CMYK 0 0.67 0.97 0.30
HSL 18.14º 0.93% 0.36% -
HSV(B) 18.14º 0.97% 0.7% -
XYZ 19.91 12.5 1.54 -
YUV 87.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 178 58 6 0 0.67 0.97 0.30 18.14 0.93 0.36
Hex B2 3A 6 0 43 61 1E 12 5D 24
Octal 262 72 6 0 103 141 36 22 135 44
Binary 10110010 111010 110 0 1000011 1100001 11110 10010 1011101 100100

Color Harmonies of #B23A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A06

Black with #B23A06

Text Example


Text Example

White with #B23A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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