Html Css Color HEX #B23015 Rust

📋 copy color: '#B23015'

red 178 ◦ green 48 ◦ blue 21

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

Shades of Rust #B23015

Tints of Rust #B23015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 72.06%
G = 19.43%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23015 (or 0xB23015) is known color: Rust. HEX triplet: B2, 30 and 15. RGB value is (178,48,21). Sum of RGB (Red+Green+Blue) = 178+48+21=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B23015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23015 is #4DCFEA. Grayscale: #545454. Windows color (decimal): -5099499 or 1388722. OLE color: 1388722.

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

Color convert

RGB 178 48 21 -
CMYK 0 0.73 0.88 0.30
HSL 10.32º 0.79% 0.39% -
HSV(B) 10.32º 0.88% 0.7% -
XYZ 19.55 11.63 1.92 -
YUV 83.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 178 48 21 0 0.73 0.88 0.30 10.32 0.79 0.39
Hex B2 30 15 0 49 58 1E A 4F 27
Octal 262 60 25 0 111 130 36 12 117 47
Binary 10110010 110000 10101 0 1001001 1011000 11110 1010 1001111 100111

Color Harmonies of #B23015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23015

Black with #B23015

Text Example


Text Example

White with #B23015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23015; }

 p { color: rgb(178,48,21); }

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

background-color css

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

 a { background-color: rgb(178,48,21); }

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

border-color css

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

 span { border-color: rgb(178,48,21); }

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