Html Css Color HEX #BB461F Rust

📋 copy color: '#BB461F'

red 187 ◦ green 70 ◦ blue 31

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

Shades of Rust #BB461F

Tints of Rust #BB461F

RGB

 RED value IS 187 (73.44% from 255) = 64.93%

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 64.93%
G = 24.31%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB461F (or 0xBB461F) is known color: Rust. HEX triplet: BB, 46 and 1F. RGB value is (187,70,31). Sum of RGB (Red+Green+Blue) = 187+70+31=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB461F is #44B9E0. Grayscale: #646464. Windows color (decimal): -4504033 or 2049723. OLE color: 2049723.

HSL color Cylindrical-coordinate representation of color #BB461F: hue angle of 15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB461F is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 31 -
CMYK 0 0.63 0.83 0.27
HSL 15º 0.72% 0.43% -
HSV(B) 15º 0.83% 0.73% -
XYZ 22.93 15.04 2.99 -
YUV 100.54 88.76 189.67 -
System Red Green Blue C M Y K H S L
Decimal 187 70 31 0 0.63 0.83 0.27 15 0.72 0.43
Hex BB 46 1F 0 3F 53 1B F 48 2B
Octal 273 106 37 0 77 123 33 17 110 53
Binary 10111011 1000110 11111 0 111111 1010011 11011 1111 1001000 101011

Color Harmonies of #BB461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB461F

Black with #BB461F

Text Example


Text Example

White with #BB461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB461F; }

 p { color: rgb(187,70,31); }

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

background-color css

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

 a { background-color: rgb(187,70,31); }

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

border-color css

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

 span { border-color: rgb(187,70,31); }

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