Html Css Color HEX #B23315 Rust

📋 copy color: '#B23315'

red 178 ◦ green 51 ◦ blue 21

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

Shades of Rust #B23315

Tints of Rust #B23315

RGB

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

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

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

R = 71.2%
G = 20.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23315 (or 0xB23315) is known color: Rust. HEX triplet: B2, 33 and 15. RGB value is (178,51,21). Sum of RGB (Red+Green+Blue) = 178+51+21=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B23315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23315 is #4DCCEA. Grayscale: #555555. Windows color (decimal): -5098731 or 1389490. OLE color: 1389490.

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

Color convert

RGB 178 51 21 -
CMYK 0 0.71 0.88 0.30
HSL 11.46º 0.79% 0.39% -
HSV(B) 11.46º 0.88% 0.7% -
XYZ 19.68 11.89 1.97 -
YUV 85.55 91.58 193.94 -
System Red Green Blue C M Y K H S L
Decimal 178 51 21 0 0.71 0.88 0.30 11.46 0.79 0.39
Hex B2 33 15 0 47 58 1E B 4F 27
Octal 262 63 25 0 107 130 36 13 117 47
Binary 10110010 110011 10101 0 1000111 1011000 11110 1011 1001111 100111

Color Harmonies of #B23315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23315

Black with #B23315

Text Example


Text Example

White with #B23315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23315; }

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

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

background-color css

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

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

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

border-color css

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

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

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