Html Css Color HEX #B23411 Rust

📋 copy color: '#B23411'

red 178 ◦ green 52 ◦ blue 17

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

Shades of Rust #B23411

Tints of Rust #B23411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 72.06%
G = 21.05%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B23411 (or 0xB23411) is known color: Rust. HEX triplet: B2, 34 and 11. RGB value is (178,52,17). Sum of RGB (Red+Green+Blue) = 178+52+17=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B23411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23411 is #4DCBEE. Grayscale: #555555. Windows color (decimal): -5098479 or 1127602. OLE color: 1127602.

HSL color Cylindrical-coordinate representation of color #B23411: hue angle of 13.04º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B23411 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 17 -
CMYK 0 0.71 0.90 0.30
HSL 13.04º 0.83% 0.38% -
HSV(B) 13.04º 0.9% 0.7% -
XYZ 19.69 11.96 1.8 -
YUV 85.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 178 52 17 0 0.71 0.90 0.30 13.04 0.83 0.38
Hex B2 34 11 0 47 5A 1E D 53 26
Octal 262 64 21 0 107 132 36 15 123 46
Binary 10110010 110100 10001 0 1000111 1011010 11110 1101 1010011 100110

Color Harmonies of #B23411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23411

Black with #B23411

Text Example


Text Example

White with #B23411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23411; }

 p { color: rgb(178,52,17); }

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

background-color css

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

 a { background-color: rgb(178,52,17); }

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

border-color css

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

 span { border-color: rgb(178,52,17); }

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