Html Css Color HEX #B23715 Rust

📋 copy color: '#B23715'

red 178 ◦ green 55 ◦ blue 21

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

Shades of Rust #B23715

Tints of Rust #B23715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 70.08%
G = 21.65%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B23715 (or 0xB23715) is known color: Rust. HEX triplet: B2, 37 and 15. RGB value is (178,55,21). Sum of RGB (Red+Green+Blue) = 178+55+21=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B23715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23715 is #4DC8EA. Grayscale: #585858. Windows color (decimal): -5097707 or 1390514. OLE color: 1390514.

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

Color convert

RGB 178 55 21 -
CMYK 0 0.69 0.88 0.30
HSL 12.99º 0.79% 0.39% -
HSV(B) 12.99º 0.88% 0.7% -
XYZ 19.86 12.25 2.03 -
YUV 87.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 178 55 21 0 0.69 0.88 0.30 12.99 0.79 0.39
Hex B2 37 15 0 45 58 1E D 4F 27
Octal 262 67 25 0 105 130 36 15 117 47
Binary 10110010 110111 10101 0 1000101 1011000 11110 1101 1001111 100111

Color Harmonies of #B23715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23715

Black with #B23715

Text Example


Text Example

White with #B23715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23715; }

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

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

background-color css

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

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

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

border-color css

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

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

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