Html Css Color HEX #B63411 Rust

📋 copy color: '#B63411'

red 182 ◦ green 52 ◦ blue 17

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

Shades of Rust #B63411

Tints of Rust #B63411

RGB

 RED value IS 182 (71.48% from 255) = 72.51%

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 72.51%
G = 20.72%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B63411 (or 0xB63411) is known color: Rust. HEX triplet: B6, 34 and 11. RGB value is (182,52,17). Sum of RGB (Red+Green+Blue) = 182+52+17=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B63411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63411 is #49CBEE. Grayscale: #575757. Windows color (decimal): -4836335 or 1127606. OLE color: 1127606.

HSL color Cylindrical-coordinate representation of color #B63411: hue angle of 12.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B63411 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 17 -
CMYK 0 0.71 0.91 0.29
HSL 12.73º 0.83% 0.39% -
HSV(B) 12.73º 0.91% 0.71% -
XYZ 20.62 12.44 1.84 -
YUV 86.88 88.57 195.85 -
System Red Green Blue C M Y K H S L
Decimal 182 52 17 0 0.71 0.91 0.29 12.73 0.83 0.39
Hex B6 34 11 0 47 5B 1D D 53 27
Octal 266 64 21 0 107 133 35 15 123 47
Binary 10110110 110100 10001 0 1000111 1011011 11101 1101 1010011 100111

Color Harmonies of #B63411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63411

Black with #B63411

Text Example


Text Example

White with #B63411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63411; }

 p { color: rgb(182,52,17); }

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

background-color css

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

 a { background-color: rgb(182,52,17); }

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

border-color css

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

 span { border-color: rgb(182,52,17); }

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