Html Css Color HEX #B23114 Rust

📋 copy color: '#B23114'

red 178 ◦ green 49 ◦ blue 20

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

Shades of Rust #B23114

Tints of Rust #B23114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 72.06%
G = 19.84%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23114 (or 0xB23114) is known color: Rust. HEX triplet: B2, 31 and 14. RGB value is (178,49,20). Sum of RGB (Red+Green+Blue) = 178+49+20=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B23114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23114 is #4DCEEB. Grayscale: #545454. Windows color (decimal): -5099244 or 1323442. OLE color: 1323442.

HSL color Cylindrical-coordinate representation of color #B23114: hue angle of 11.01º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B23114 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 20 -
CMYK 0 0.72 0.89 0.30
HSL 11.01º 0.8% 0.39% -
HSV(B) 11.01º 0.89% 0.7% -
XYZ 19.58 11.71 1.89 -
YUV 84.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 178 49 20 0 0.72 0.89 0.30 11.01 0.8 0.39
Hex B2 31 14 0 48 59 1E B 50 27
Octal 262 61 24 0 110 131 36 13 120 47
Binary 10110010 110001 10100 0 1001000 1011001 11110 1011 1010000 100111

Color Harmonies of #B23114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23114

Black with #B23114

Text Example


Text Example

White with #B23114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23114; }

 p { color: rgb(178,49,20); }

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

background-color css

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

 a { background-color: rgb(178,49,20); }

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

border-color css

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

 span { border-color: rgb(178,49,20); }

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