Html Css Color HEX #B23813 Rust

📋 copy color: '#B23813'

red 178 ◦ green 56 ◦ blue 19

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

Shades of Rust #B23813

Tints of Rust #B23813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 70.36%
G = 22.13%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B23813 (or 0xB23813) is known color: Rust. HEX triplet: B2, 38 and 13. RGB value is (178,56,19). Sum of RGB (Red+Green+Blue) = 178+56+19=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B23813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23813 is #4DC7EC. Grayscale: #585858. Windows color (decimal): -5097453 or 1259698. OLE color: 1259698.

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

Color convert

RGB 178 56 19 -
CMYK 0 0.69 0.89 0.30
HSL 13.96º 0.81% 0.39% -
HSV(B) 13.96º 0.89% 0.7% -
XYZ 19.89 12.34 1.95 -
YUV 88.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 178 56 19 0 0.69 0.89 0.30 13.96 0.81 0.39
Hex B2 38 13 0 45 59 1E E 51 27
Octal 262 70 23 0 105 131 36 16 121 47
Binary 10110010 111000 10011 0 1000101 1011001 11110 1110 1010001 100111

Color Harmonies of #B23813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23813

Black with #B23813

Text Example


Text Example

White with #B23813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23813; }

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

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

background-color css

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

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

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

border-color css

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

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

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