Html Css Color HEX #B33615 Rust

📋 copy color: '#B33615'

red 179 ◦ green 54 ◦ blue 21

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

Shades of Rust #B33615

Tints of Rust #B33615

RGB

 RED value IS 179 (70.31% from 255) = 70.47%

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 70.47%
G = 21.26%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33615 (or 0xB33615) is known color: Rust. HEX triplet: B3, 36 and 15. RGB value is (179,54,21). Sum of RGB (Red+Green+Blue) = 179+54+21=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33615 is #4CC9EA. Grayscale: #575757. Windows color (decimal): -5032427 or 1390259. OLE color: 1390259.

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

Color convert

RGB 179 54 21 -
CMYK 0 0.70 0.88 0.30
HSL 12.53º 0.79% 0.39% -
HSV(B) 12.53º 0.88% 0.7% -
XYZ 20.04 12.28 2.02 -
YUV 87.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 179 54 21 0 0.70 0.88 0.30 12.53 0.79 0.39
Hex B3 36 15 0 46 58 1E D 4F 27
Octal 263 66 25 0 106 130 36 15 117 47
Binary 10110011 110110 10101 0 1000110 1011000 11110 1101 1001111 100111

Color Harmonies of #B33615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33615

Black with #B33615

Text Example


Text Example

White with #B33615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33615; }

 p { color: rgb(179,54,21); }

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

background-color css

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

 a { background-color: rgb(179,54,21); }

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

border-color css

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

 span { border-color: rgb(179,54,21); }

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