Html Css Color HEX #B23A20 Rust

📋 copy color: '#B23A20'

red 178 ◦ green 58 ◦ blue 32

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

Shades of Rust #B23A20

Tints of Rust #B23A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 66.42%
G = 21.64%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B23A20 (or 0xB23A20) is known color: Rust. HEX triplet: B2, 3A and 20. RGB value is (178,58,32). Sum of RGB (Red+Green+Blue) = 178+58+32=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A20 is #4DC5DF. Grayscale: #5B5B5B. Windows color (decimal): -5096928 or 2112178. OLE color: 2112178.

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

Color convert

RGB 178 58 32 -
CMYK 0 0.67 0.82 0.30
HSL 10.68º 0.7% 0.41% -
HSV(B) 10.68º 0.82% 0.7% -
XYZ 20.13 12.6 2.74 -
YUV 90.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 178 58 32 0 0.67 0.82 0.30 10.68 0.7 0.41
Hex B2 3A 20 0 43 52 1E B 46 29
Octal 262 72 40 0 103 122 36 13 106 51
Binary 10110010 111010 100000 0 1000011 1010010 11110 1011 1000110 101001

Color Harmonies of #B23A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A20

Black with #B23A20

Text Example


Text Example

White with #B23A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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