Html Css Color HEX #B23413 Rust

📋 copy color: '#B23413'

red 178 ◦ green 52 ◦ blue 19

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

Shades of Rust #B23413

Tints of Rust #B23413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 71.49%
G = 20.88%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23413 (or 0xB23413) is known color: Rust. HEX triplet: B2, 34 and 13. RGB value is (178,52,19). Sum of RGB (Red+Green+Blue) = 178+52+19=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B23413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23413 is #4DCBEC. Grayscale: #565656. Windows color (decimal): -5098477 or 1258674. OLE color: 1258674.

HSL color Cylindrical-coordinate representation of color #B23413: hue angle of 12.45º degrees, saturation: 0.81, 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 #B23413 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 19 -
CMYK 0 0.71 0.89 0.30
HSL 12.45º 0.81% 0.39% -
HSV(B) 12.45º 0.89% 0.7% -
XYZ 19.71 11.97 1.89 -
YUV 85.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 178 52 19 0 0.71 0.89 0.30 12.45 0.81 0.39
Hex B2 34 13 0 47 59 1E C 51 27
Octal 262 64 23 0 107 131 36 14 121 47
Binary 10110010 110100 10011 0 1000111 1011001 11110 1100 1010001 100111

Color Harmonies of #B23413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23413

Black with #B23413

Text Example


Text Example

White with #B23413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23413; }

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

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

background-color css

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

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

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

border-color css

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

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

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