Html Css Color HEX #B23D20 Rust

📋 copy color: '#B23D20'

red 178 ◦ green 61 ◦ blue 32

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

Shades of Rust #B23D20

Tints of Rust #B23D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

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

R = 65.68%
G = 22.51%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B23D20 (or 0xB23D20) is known color: Rust. HEX triplet: B2, 3D and 20. RGB value is (178,61,32). Sum of RGB (Red+Green+Blue) = 178+61+32=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D20 is #4DC2DF. Grayscale: #5C5C5C. Windows color (decimal): -5096160 or 2112946. OLE color: 2112946.

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

Color convert

RGB 178 61 32 -
CMYK 0 0.66 0.82 0.30
HSL 11.92º 0.7% 0.41% -
HSV(B) 11.92º 0.82% 0.7% -
XYZ 20.29 12.91 2.79 -
YUV 92.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 178 61 32 0 0.66 0.82 0.30 11.92 0.7 0.41
Hex B2 3D 20 0 42 52 1E C 46 29
Octal 262 75 40 0 102 122 36 14 106 51
Binary 10110010 111101 100000 0 1000010 1010010 11110 1100 1000110 101001

Color Harmonies of #B23D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D20

Black with #B23D20

Text Example


Text Example

White with #B23D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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