Html Css Color HEX #B23318 Rust

📋 copy color: '#B23318'

red 178 ◦ green 51 ◦ blue 24

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

Shades of Rust #B23318

Tints of Rust #B23318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 70.36%
G = 20.16%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B23318 (or 0xB23318) is known color: Rust. HEX triplet: B2, 33 and 18. RGB value is (178,51,24). Sum of RGB (Red+Green+Blue) = 178+51+24=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B23318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23318 is #4DCCE7. Grayscale: #565656. Windows color (decimal): -5098728 or 1586098. OLE color: 1586098.

HSL color Cylindrical-coordinate representation of color #B23318: hue angle of 10.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B23318 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 24 -
CMYK 0 0.71 0.87 0.30
HSL 10.52º 0.76% 0.4% -
HSV(B) 10.52º 0.87% 0.7% -
XYZ 19.71 11.9 2.12 -
YUV 85.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 178 51 24 0 0.71 0.87 0.30 10.52 0.76 0.4
Hex B2 33 18 0 47 57 1E B 4C 28
Octal 262 63 30 0 107 127 36 13 114 50
Binary 10110010 110011 11000 0 1000111 1010111 11110 1011 1001100 101000

Color Harmonies of #B23318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23318

Black with #B23318

Text Example


Text Example

White with #B23318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23318; }

 p { color: rgb(178,51,24); }

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

background-color css

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

 a { background-color: rgb(178,51,24); }

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

border-color css

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

 span { border-color: rgb(178,51,24); }

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