Html Css Color HEX #B23920 Rust

📋 copy color: '#B23920'

red 178 ◦ green 57 ◦ blue 32

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

Shades of Rust #B23920

Tints of Rust #B23920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 66.67%
G = 21.35%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B23920 (or 0xB23920) is known color: Rust. HEX triplet: B2, 39 and 20. RGB value is (178,57,32). Sum of RGB (Red+Green+Blue) = 178+57+32=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B23920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23920 is #4DC6DF. Grayscale: #5A5A5A. Windows color (decimal): -5097184 or 2111922. OLE color: 2111922.

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

Color convert

RGB 178 57 32 -
CMYK 0 0.68 0.82 0.30
HSL 10.27º 0.7% 0.41% -
HSV(B) 10.27º 0.82% 0.7% -
XYZ 20.08 12.5 2.72 -
YUV 90.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 178 57 32 0 0.68 0.82 0.30 10.27 0.7 0.41
Hex B2 39 20 0 44 52 1E A 46 29
Octal 262 71 40 0 104 122 36 12 106 51
Binary 10110010 111001 100000 0 1000100 1010010 11110 1010 1000110 101001

Color Harmonies of #B23920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23920

Black with #B23920

Text Example


Text Example

White with #B23920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23920; }

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

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

background-color css

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

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

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

border-color css

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

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

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